Searched refs:DebugInfoIterator (Results 1 – 1 of 1) sorted by relevance
1493 class DebugInfoIterator { class1495 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::DebugInfoIterator1555 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()