Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1461 static DebugAbbrev* Create(const byte* dbg_abbrev, size_t dbg_abbrev_size) { in Create() argument
1463 const byte* last = dbg_abbrev + dbg_abbrev_size; in Create()
1571 static bool FixupDebugSections(const byte* dbg_abbrev, size_t dbg_abbrev_size, in FixupDebugSections() argument
1575 std::unique_ptr<DebugAbbrev> abbrev(DebugAbbrev::Create(dbg_abbrev, dbg_abbrev_size)); in FixupDebugSections()