Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1493 class DebugInfoIterator { class
1495 static DebugInfoIterator* Create(DebugInfoHeader* header, size_t frame_size, in Create()
1497 std::unique_ptr<DebugInfoIterator> iter(new DebugInfoIterator(header, frame_size, abbrev)); in Create()
1504 ~DebugInfoIterator() {} in ~DebugInfoIterator()
1544 DebugInfoIterator(DebugInfoHeader* header, size_t frame_size, DebugAbbrev* abbrev) in DebugInfoIterator() function in art::DebugInfoIterator
1555 static bool FixupDebugInfo(uint32_t text_start, DebugInfoIterator* iter) { in FixupDebugInfo()
1579 std::unique_ptr<DebugInfoIterator> iter( in FixupDebugSections()
1580 DebugInfoIterator::Create(reinterpret_cast<DebugInfoHeader*>(dbg_info), in FixupDebugSections()