Home | History | Annotate | Download | only in jit

Lines Matching full:dex_profile_index

102   // The owning dex file is encoded as the index (dex_profile_index) it has in the
105 // The dex_profile_index is an index in either of:
108 // Note that the dex_profile_index is not necessary the multidex index.
114 dex_profile_index(dex_profile_idx), type_index(type_idx) {}
117 return dex_profile_index == other.dex_profile_index && type_index == other.type_index;
120 return dex_profile_index == other.dex_profile_index
122 : dex_profile_index < other.dex_profile_index;
125 uint8_t dex_profile_index; // the index of the owning dex in the profile info
221 // The dex_references vector is indexed according to the ClassReference::dex_profile_index.
223 // dex_references[ClassReference::dex_profile_index].
448 // The profile index of this dex file (matches ClassReference#dex_profile_index).