Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1433 std::unique_ptr<DebugAbbrev> abbrev(new DebugAbbrev); in Create() local
1440 abbrev->tags_.insert(std::pair<uint32_t, uint32_t>(tag->index_, abbrev->tag_list_.size())); in Create()
1441 abbrev->tag_list_.push_back(std::move(tag)); in Create()
1444 return abbrev.release(); in Create()
1467 DebugAbbrev* abbrev) { in Create() argument
1468 std::unique_ptr<DebugInfoIterator> iter(new DebugInfoIterator(header, frame_size, abbrev)); in Create()
1515 DebugInfoIterator(DebugInfoHeader* header, size_t frame_size, DebugAbbrev* abbrev) in DebugInfoIterator() argument
1516 : abbrev_(abbrev), in DebugInfoIterator()
1546 std::unique_ptr<DebugAbbrev> abbrev(DebugAbbrev::Create(dbg_abbrev, dbg_abbrev_size)); in FixupDebugSections() local
1547 if (abbrev.get() == nullptr) { in FixupDebugSections()
[all …]