Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1464 class DebugInfoIterator { class
1466 static DebugInfoIterator* Create(DebugInfoHeader* header, size_t frame_size, in Create()
1468 std::unique_ptr<DebugInfoIterator> iter(new DebugInfoIterator(header, frame_size, abbrev)); in Create()
1475 ~DebugInfoIterator() {} in ~DebugInfoIterator()
1515 DebugInfoIterator(DebugInfoHeader* header, size_t frame_size, DebugAbbrev* abbrev) in DebugInfoIterator() function in art::DebugInfoIterator
1526 static bool FixupDebugInfo(uint32_t text_start, DebugInfoIterator* iter) { in FixupDebugInfo()
1550 std::unique_ptr<DebugInfoIterator> iter( in FixupDebugSections()
1551 DebugInfoIterator::Create(reinterpret_cast<DebugInfoHeader*>(dbg_info), in FixupDebugSections()