Searched refs:RegLocState (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | arm_exidx_test.cpp | 166 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 D | dwarf_test.cpp | 547 RegLocState rsState; 604 RegLocState rsState2; 609 RegLocState rsState3; 792 RegLocState rsState;
|
/ohos5.0/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 …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 D | unwind_loc.h | 45 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 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…
|
H A D | dwarf_section.h | 36 bool Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs);
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dwarf_cfa_instructions.cpp | 36 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 D | dfx_instructions.cpp | 78 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState,… in Apply()
|
H A D | unwinder.cpp | 225 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 D | dwarf_section.cpp | 117 bool DwarfSection::Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs) in Step()
|
H A D | arm_exidx.cpp | 364 bool ArmExidx::Step(uintptr_t entryOffset, std::shared_ptr<RegLocState> rs) in Step()
|