Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfEhFrameWithHdr.cpp120 DwarfEhFrameWithHdr<AddressType>::GetFdeInfoFromIndex(size_t index) { in GetFdeInfoFromIndex() function in unwindstack::DwarfEhFrameWithHdr
157 const FdeInfo* info = GetFdeInfoFromIndex(current); in GetFdeOffsetFromPc()
172 const FdeInfo* info = GetFdeInfoFromIndex(last - 1); in GetFdeOffsetFromPc()
185 const FdeInfo* info = GetFdeInfoFromIndex(i); in GetFdes()
DDwarfEhFrameWithHdr.h70 const FdeInfo* GetFdeInfoFromIndex(size_t index);
/system/core/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp225 ASSERT_TRUE(this->eh_frame_->GetFdeInfoFromIndex(0) == nullptr); in TYPED_TEST_P()
228 ASSERT_TRUE(this->eh_frame_->GetFdeInfoFromIndex(0) == nullptr); in TYPED_TEST_P()
243 auto info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()
258 auto info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()
272 auto info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()
280 info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()