HomeSort by relevance Sort by last modified time
    Searched defs:debug_frame_ (Results 1 - 3 of 3) sorted by null

  /system/core/libunwindstack/tests/
DwarfDebugFrameTest.cpp 58 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_->Init(0x5000, 0x600))
    [all...]
  /system/core/libunwindstack/include/unwindstack/
ElfInterface.h 92 DwarfSection* debug_frame() { return debug_frame_.get(); }
155 std::unique_ptr<DwarfSection> debug_frame_; member in class:unwindstack::ElfInterface
  /art/compiler/linker/
elf_builder.h 542 debug_frame_(this, ".debug_frame", SHT_PROGBITS, 0, nullptr, 0, sizeof(Elf_Addr), 0),
575 Section* GetDebugFrame() { return &debug_frame_; }
1023 Section debug_frame_; member in class:art::linker::FINAL
    [all...]

Completed in 106 milliseconds