Searched refs:GetCfaLocationInfo (Results 1 – 5 of 5) sorted by relevance
/system/core/libunwindstack/tests/ |
D | DwarfSectionTest.cpp | 43 MOCK_METHOD3(GetCfaLocationInfo, bool(uint64_t, const DwarfFde*, dwarf_loc_regs_t*)); 85 EXPECT_CALL(*section_, GetCfaLocationInfo(0x1000, &fde, ::testing::_)) in TEST_F() 99 EXPECT_CALL(*section_, GetCfaLocationInfo(0x1000, &fde, ::testing::_)) in TEST_F() 125 EXPECT_CALL(*section_, GetCfaLocationInfo(0x1000, &fde, ::testing::_)) in TEST_F() 145 EXPECT_CALL(*section_, GetCfaLocationInfo(0x1000, &fde0, ::testing::_)) in TEST_F() 160 EXPECT_CALL(*section_, GetCfaLocationInfo(0x600, &fde1, ::testing::_)) in TEST_F()
|
D | DwarfSectionImplTest.cpp | 508 ASSERT_TRUE(this->section_->GetCfaLocationInfo(0x100, &fde, &loc_regs)); in TYPED_TEST_P() 538 ASSERT_TRUE(this->section_->GetCfaLocationInfo(0x100, &fde, &loc_regs)); in TYPED_TEST_P()
|
/system/core/libunwindstack/include/unwindstack/ |
D | DwarfSection.h | 99 virtual bool GetCfaLocationInfo(uint64_t pc, const DwarfFde* fde, dwarf_loc_regs_t* loc_regs) = 0; 137 bool GetCfaLocationInfo(uint64_t pc, const DwarfFde* fde, dwarf_loc_regs_t* loc_regs) override;
|
/system/core/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 74 if (!section->GetCfaLocationInfo(pc, fde, ®s)) { in PrintRegInformation()
|
/system/core/libunwindstack/ |
D | DwarfSection.cpp | 52 if (!GetCfaLocationInfo(pc, fde, &loc_regs)) { in Step() 554 bool DwarfSectionImpl<AddressType>::GetCfaLocationInfo(uint64_t pc, const DwarfFde* fde, in GetCfaLocationInfo() function in unwindstack::DwarfSectionImpl
|