Home
last modified time | relevance | path

Searched defs:part (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_file_layout.cc27 const DexLayoutSection::Subsection& part = section.parts_[i]; in operator <<() local
Ddex_file.cc68 auto part = [d = data](int i) { return d[i] << 24 | d[i + 1] << 16 | d[i + 2] << 8 | d[i + 3]; }; in ToString() local
/art/runtime/
Dhidden_api.cc299 for (const char* part : GetSignatureParts()) { in DoesPrefixMatch() local
322 for (const char* part : GetSignatureParts()) { in Dump() local