Home
last modified time | relevance | path

Searched refs:GetCfaLocationInfo (Results 1 – 5 of 5) sorted by relevance

/system/core/libunwindstack/tests/
DDwarfSectionTest.cpp43 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()
DDwarfSectionImplTest.cpp508 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/
DDwarfSection.h99 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/
Dunwind_reg_info.cpp74 if (!section->GetCfaLocationInfo(pc, fde, &regs)) { in PrintRegInformation()
/system/core/libunwindstack/
DDwarfSection.cpp52 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