Home
last modified time | relevance | path

Searched refs:GetFdeInfoFromIndex (Results 1 – 3 of 3) sorted by relevance

/system/core/libunwindstack/
DDwarfEhFrameWithHdr.cpp134 DwarfEhFrameWithHdr<AddressType>::GetFdeInfoFromIndex(size_t index) { in GetFdeInfoFromIndex() function in unwindstack::DwarfEhFrameWithHdr
171 const FdeInfo* info = GetFdeInfoFromIndex(current); in GetFdeOffsetFromPc()
186 const FdeInfo* info = GetFdeInfoFromIndex(last - 1); in GetFdeOffsetFromPc()
199 const FdeInfo* info = GetFdeInfoFromIndex(i); in GetFdes()
DDwarfEhFrameWithHdr.h67 const FdeInfo* GetFdeInfoFromIndex(size_t index);
/system/core/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp321 ASSERT_TRUE(this->eh_frame_->GetFdeInfoFromIndex(0) == nullptr); in TYPED_TEST_P()
324 ASSERT_TRUE(this->eh_frame_->GetFdeInfoFromIndex(0) == nullptr); in TYPED_TEST_P()
339 auto info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()
354 auto info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()
368 auto info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()
376 info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()