Searched refs:GetCfaLocationInfo (Results 1 – 6 of 6) sorted by relevance
/system/core/libunwindstack/tests/ |
D | DwarfSectionTest.cpp | 46 MOCK_METHOD(bool, GetCfaLocationInfo, 92 EXPECT_CALL(*section_, GetCfaLocationInfo(0x1000, &fde, ::testing::_, ::testing::_)) in TEST_F() 106 EXPECT_CALL(*section_, GetCfaLocationInfo(0x1000, &fde, ::testing::_, ::testing::_)) in TEST_F() 132 EXPECT_CALL(*section_, GetCfaLocationInfo(0x1000, &fde, ::testing::_, ::testing::_)) in TEST_F() 152 EXPECT_CALL(*section_, GetCfaLocationInfo(0x1000, &fde0, ::testing::_, ::testing::_)) in TEST_F() 167 EXPECT_CALL(*section_, GetCfaLocationInfo(0x600, &fde1, ::testing::_, ::testing::_)) in TEST_F()
|
D | VerifyBionicTerminationTest.cpp | 58 if (!section->GetCfaLocationInfo(rel_pc, fde, ®s, ARCH_UNKNOWN)) { in GetReturnAddressLocation()
|
D | DwarfSectionImplTest.cpp | 509 ASSERT_TRUE(this->section_->GetCfaLocationInfo(0x100, &fde, &loc_regs, ARCH_UNKNOWN)); in TYPED_TEST_P() 539 ASSERT_TRUE(this->section_->GetCfaLocationInfo(0x100, &fde, &loc_regs, ARCH_UNKNOWN)); in TYPED_TEST_P()
|
/system/core/libunwindstack/include/unwindstack/ |
D | DwarfSection.h | 100 virtual bool GetCfaLocationInfo(uint64_t pc, const DwarfFde* fde, dwarf_loc_regs_t* loc_regs, 145 bool GetCfaLocationInfo(uint64_t pc, const DwarfFde* fde, dwarf_loc_regs_t* loc_regs,
|
/system/core/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 76 if (!section->GetCfaLocationInfo(pc, fde, ®s, arch)) { in PrintRegInformation()
|
/system/core/libunwindstack/ |
D | DwarfSection.cpp | 53 if (!GetCfaLocationInfo(pc, fde, &loc_regs, regs->Arch())) { in Step() 570 bool DwarfSectionImpl<AddressType>::GetCfaLocationInfo(uint64_t pc, const DwarfFde* fde, in GetCfaLocationInfo() function in unwindstack::DwarfSectionImpl
|