Searched defs:debug_frame_ (Results 1 - 2 of 2) sorted by relevance

/system/core/libunwindstack/tests/
H A DDwarfDebugFrameTest.cpp58 debug_frame_ = new MockDwarfDebugFrame<TypeParam>(&memory_);
62 void TearDown() override { delete debug_frame_; }
65 MockDwarfDebugFrame<TypeParam>* debug_frame_ = nullptr; member in class:unwindstack::DwarfDebugFrameTest
106 ASSERT_TRUE(this->debug_frame_->Init(0x5000, 0x600));
107 ASSERT_EQ(4U, this->debug_frame_->TestGetFdeCount());
111 this->debug_frame_->TestGetFdeInfo(0, &info);
116 this->debug_frame_->TestGetFdeInfo(1, &info);
121 this->debug_frame_->TestGetFdeInfo(2, &info);
126 this->debug_frame_->TestGetFdeInfo(3, &info);
145 ASSERT_FALSE(this->debug_frame_
[all...]
/system/core/libunwindstack/include/unwindstack/
H A DElfInterface.h92 DwarfSection* debug_frame() { return debug_frame_.get(); }
155 std::unique_ptr<DwarfSection> debug_frame_; member in class:unwindstack::ElfInterface

Completed in 79 milliseconds