Searched refs:rs (Results 1 - 8 of 8) sorted by relevance
/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() local 169 ASSERT_TRUE(exidx.Step(entryOffset, rs)); in HWTEST_F() 170 ASSERT_EQ(rs->cfaRegOffset, 0x44); in HWTEST_F() 186 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); in HWTEST_F() local 189 ASSERT_TRUE(exidx.Step(entryOffset, rs)); in HWTEST_F() 190 ASSERT_EQ(rs->cfaRegOffset, -8); in HWTEST_F() 206 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); in HWTEST_F() local 210 ASSERT_TRUE(exidx.Step(entryOffset, rs)); in HWTEST_F() 227 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); in HWTEST_F() local 230 ASSERT_TRUE(exidx.Step(entryOffset, rs)); in HWTEST_F() 250 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 273 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 296 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 321 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 348 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 370 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 395 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 416 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 437 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 459 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 485 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 540 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local 574 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); HWTEST_F() local [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_section.h | 36 bool Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs);
|
H A D | arm_exidx.h | 47 bool Step(uintptr_t entryOffset, std::shared_ptr<RegLocState> rs);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_config_impl.cpp | 146 RState rs = temp->CopyFromLocaleInfo(other.GetLocaleInfo()); in CopyLocale() local 147 if (rs != SUCCESS) { in CopyLocale()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | unwinder.cpp | 215 std::shared_ptr<RegLocState> rs = nullptr; member 231 bool Apply(std::shared_ptr<DfxRegs> regs, std::shared_ptr<RegLocState> rs); 908 std::shared_ptr<RegLocState> rs = nullptr; in StepInner() local 912 // 1. find cache rs in StepInner() 916 DFXLOGU("Find rs cache, pc: %{public}p", reinterpret_cast<void *>(frame.pc)); in StepInner() 918 rs = iter->second.rs; in StepInner() 981 // 4. parse instructions and get cache rs in StepInner() 983 rs = std::make_shared<RegLocState>(); in StepInner() 991 if (!armExidx_->Step((uintptr_t)uei.unwindInfo, rs)) { in StepInner() 1079 Apply(std::shared_ptr<DfxRegs> regs, std::shared_ptr<RegLocState> rs) Apply() argument [all...] |
H A D | arm_exidx.cpp | 365 bool ArmExidx::Step(uintptr_t entryOffset, std::shared_ptr<RegLocState> rs) in Step() argument 367 if (rs == nullptr) { in Step() 370 rsState_ = 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() argument 133 if (!dwarfInstructions.Parse(pc, fdeInfo, *(rs.get()))) {
in Step()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_config_impl.cpp | 318 RState rs = temp->CopyFromLocaleInfo(otherLocaleInfo); in CopyLocale() local 319 if (rs != SUCCESS) { in CopyLocale()
|
Completed in 7 milliseconds