Lines Matching refs:DfxFrame
79 void AddFrame(DfxFrame& frame);
80 const std::vector<DfxFrame>& GetFrames() const;
82 void FillFrames(std::vector<DfxFrame>& frames);
83 void FillFrame(DfxFrame& frame);
84 void FillJsFrame(DfxFrame& frame);
85 bool GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame& frame);
86 void GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs);
91 void SetFrames(std::vector<DfxFrame>& frames);
95 static void GetLocalFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs);
96 static std::string GetFramesStr(const std::vector<DfxFrame>& frames);
97 static void FillLocalFrames(std::vector<DfxFrame>& frames);