Home
last modified time | relevance | path

Searched refs:RegLocState (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Darm_exidx_test.cpp166 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>();
186 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>();
206 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>();
227 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>();
250 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>();
273 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>();
296 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>();
321 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>();
348 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>();
370 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>();
[all …]
H A Ddwarf_test.cpp547 RegLocState rsState;
604 RegLocState rsState2;
609 RegLocState rsState3;
792 RegLocState rsState;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_cfa_instructions.h34 bool Parse(uintptr_t pc, FrameDescEntry fde, RegLocState& rsState);
37 …te(uintptr_t pc, FrameDescEntry fde, uintptr_t instStart, uintptr_t instEnd, RegLocState &rsState);
38 …fa(uint8_t op, CommonInfoEntry cie, uintptr_t& pcOffset, uintptr_t& instPtr, RegLocState &rsState);
42 RegLocState backupRsState_;
43 std::stack<RegLocState> saveRsStates_;
H A Dunwind_loc.h45 struct RegLocState { struct
46 RegLocState() { locs.resize(DfxRegsQut::GetQutRegsSize()); } in RegLocState() argument
47 explicit RegLocState(size_t locsSize) { locs.resize(locsSize); } in RegLocState() argument
48 ~RegLocState() = default;
H A Darm_exidx.h47 bool Step(uintptr_t entryOffset, std::shared_ptr<RegLocState> rs);
89 std::shared_ptr<RegLocState> rsState_;
H A Ddfx_instructions.h33 …static bool Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState, uint16_t…
H A Ddwarf_section.h36 bool Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_cfa_instructions.cpp36 uintptr_t instStart, uintptr_t instEnd, RegLocState &rsState) in Iterate()
69 uintptr_t& pcOffset, uintptr_t& instPtr, RegLocState &rsState) in DecodeDwCfa()
309 bool DwarfCfaInstructions::Parse(uintptr_t pc, FrameDescEntry fde, RegLocState &rsState) in Parse()
H A Ddfx_instructions.cpp78 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState,… in Apply()
H A Dunwinder.cpp225 std::shared_ptr<RegLocState> rs = nullptr;
241 bool Apply(std::shared_ptr<DfxRegs> regs, std::shared_ptr<RegLocState> rs);
913 std::shared_ptr<RegLocState> rs = nullptr; in StepInner()
988 rs = std::make_shared<RegLocState>(); in StepInner()
1084 bool Unwinder::Impl::Apply(std::shared_ptr<DfxRegs> regs, std::shared_ptr<RegLocState> rs) in Apply()
H A Ddwarf_section.cpp117 bool DwarfSection::Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs) in Step()
H A Darm_exidx.cpp364 bool ArmExidx::Step(uintptr_t entryOffset, std::shared_ptr<RegLocState> rs) in Step()