HomeSort by relevance Sort by last modified time
    Searched full:debug_frame_ (Results 1 - 4 of 4) 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 82 DwarfSection* debug_frame() { return debug_frame_.get(); }
126 std::unique_ptr<DwarfSection> debug_frame_; member in class:unwindstack::ElfInterface
  /system/core/libunwindstack/
ElfInterface.cpp 111 debug_frame_.reset(new DwarfDebugFrame<AddressType>(memory_));
112 if (!debug_frame_->Init(debug_frame_offset_, debug_frame_size_)) {
113 debug_frame_.reset(nullptr);
365 DwarfSection* debug_frame = debug_frame_.get();
  /art/compiler/
elf_builder.h 524 debug_frame_(this, ".debug_frame", SHT_PROGBITS, 0, nullptr, 0, sizeof(Elf_Addr), 0),
553 Section* GetDebugFrame() { return &debug_frame_; }
1001 Section debug_frame_; member in class:art::FINAL
    [all...]

Completed in 656 milliseconds