HomeSort by relevance Sort by last modified time
    Searched refs:GetCfaLocationInfo (Results 1 - 4 of 4) sorted by null

  /system/core/libunwindstack/include/unwindstack/
DwarfSection.h 91 virtual bool GetCfaLocationInfo(uint64_t pc, const DwarfFde* fde, dwarf_loc_regs_t* loc_regs) = 0;
130 bool GetCfaLocationInfo(uint64_t pc, const DwarfFde* fde, dwarf_loc_regs_t* loc_regs) override;
  /system/core/libunwindstack/tests/
DwarfSectionTest.cpp 37 MOCK_METHOD3(GetCfaLocationInfo, bool(uint64_t, const DwarfFde*, dwarf_loc_regs_t*));
136 EXPECT_CALL(mock_section, GetCfaLocationInfo(0x1000, &fde, ::testing::_))
154 EXPECT_CALL(mock_section, GetCfaLocationInfo(0x1000, &fde, ::testing::_))
DwarfSectionImplTest.cpp 758 ASSERT_TRUE(this->section_->GetCfaLocationInfo(0x100, &fde, &loc_regs));
787 ASSERT_TRUE(this->section_->GetCfaLocationInfo(0x100, &fde, &loc_regs));
  /system/core/libunwindstack/
DwarfSection.cpp 60 if (!GetCfaLocationInfo(pc, fde, &loc_regs)) {
511 bool DwarfSectionImpl<AddressType>::GetCfaLocationInfo(uint64_t pc, const DwarfFde* fde,

Completed in 80 milliseconds