Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Ddebug_info_entry_writer.h57 this->UpdateUleb128(abbrev_code_offset_, debug_abbrev_->EndAbbrev(DW_CHILDREN_yes)); in StartTag()
62 abbrev_code_offset_ = this->data()->size(); in StartTag()
66 return abbrev_code_offset_ + kCompilationUnitHeaderSize; in StartTag()
74 this->UpdateUleb128(abbrev_code_offset_, debug_abbrev_->EndAbbrev(DW_CHILDREN_no)); in EndTag()
220 size_t abbrev_code_offset_ = 0; // Location to patch once we know the code. variable