Searched refs:RegLocState (Results 1 - 12 of 12) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_cfa_instructions.h | 34 bool Parse(uintptr_t pc, FrameDescEntry fde, RegLocState& rsState);
37 bool Iterate(uintptr_t pc, FrameDescEntry fde, uintptr_t instStart, uintptr_t instEnd, RegLocState &rsState);
38 bool DecodeDwCfa(uint8_t op, CommonInfoEntry cie, uintptr_t& pcOffset, uintptr_t& instPtr, RegLocState &rsState);
42 RegLocState backupRsState_;
43 std::stack<RegLocState> saveRsStates_;
|
H A D | unwind_loc.h | 45 struct RegLocState { struct 46 RegLocState() { locs.resize(DfxRegsQut::GetQutRegsSize()); } in RegLocState() function 47 explicit RegLocState(size_t locsSize) { locs.resize(locsSize); } in RegLocState() function 48 ~RegLocState() = default;
|
H A D | arm_exidx.h | 47 bool Step(uintptr_t entryOffset, std::shared_ptr<RegLocState> rs); 89 std::shared_ptr<RegLocState> rsState_;
|
H A D | dfx_instructions.h | 33 static bool Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState, uint16_t& errCode);
|
H A D | dwarf_section.h | 36 bool Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs);
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | arm_exidx_test.cpp | 166 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); in HWTEST_F() 186 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); in HWTEST_F() 206 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); in HWTEST_F() 227 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); in HWTEST_F() 250 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); in HWTEST_F() [all...] |
H A D | dwarf_test.cpp | 543 RegLocState rsState; in HWTEST_F() 600 RegLocState rsState2; in HWTEST_F() 605 RegLocState rsState3; in HWTEST_F() 788 RegLocState rsState; in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_instructions.cpp | 78 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState, uint16_t& errCode) in Apply()
|
H A D | dwarf_cfa_instructions.cpp | 36 uintptr_t instStart, uintptr_t instEnd, RegLocState &rsState)
in Iterate() 70 uintptr_t& pcOffset, uintptr_t& instPtr, RegLocState &rsState)
in DecodeDwCfa() 311 bool DwarfCfaInstructions::Parse(uintptr_t pc, FrameDescEntry fde, RegLocState &rsState)
in Parse()
|
H A D | unwinder.cpp | 215 std::shared_ptr<RegLocState> rs = nullptr; 231 bool Apply(std::shared_ptr<DfxRegs> regs, std::shared_ptr<RegLocState> rs); 908 std::shared_ptr<RegLocState> rs = nullptr; in StepInner() 983 rs = std::make_shared<RegLocState>(); in StepInner() 1079 bool Unwinder::Impl::Apply(std::shared_ptr<DfxRegs> regs, std::shared_ptr<RegLocState> rs) in Apply()
|
H A D | arm_exidx.cpp | 365 bool ArmExidx::Step(uintptr_t entryOffset, std::shared_ptr<RegLocState> rs) in Step()
|
H A D | dwarf_section.cpp | 117 bool DwarfSection::Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs)
in Step()
|
Completed in 9 milliseconds