Home
last modified time | relevance | path

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

/art/libelffile/dwarf/
Ddebug_abbrev_writer.h72 const Vector& abbrev = it.first->first; in EndAbbrev() local
75 this->PushData(abbrev.data(), abbrev.size()); in EndAbbrev()
/art/runtime/
Dmethod_handles.cc99 #define CASE_PRIMITIVE(primitive, abbrev, _, shorthand) \ in GetUnboxedTypeAndValue() argument
102 value->Set ## shorthand(primitive_field->Get ## abbrev(o)); \ in GetUnboxedTypeAndValue()