Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddebug_info_entry_writer.h186 current_abbrev_(alloc),
201 current_abbrev_.clear(); in StartAbbrev()
202 EncodeUnsignedLeb128(&current_abbrev_, tag); in StartAbbrev()
203 current_abbrev_.push_back(children); in StartAbbrev()
209 EncodeUnsignedLeb128(&current_abbrev_, name); in AddAbbrevAttribute()
210 EncodeUnsignedLeb128(&current_abbrev_, type); in AddAbbrevAttribute()
220 auto it = abbrev_codes_.insert(std::make_pair(std::move(current_abbrev_), in EndAbbrev()
238 std::vector<uint8_t, Allocator> current_abbrev_; variable