Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h117 dex_profile_index(dex_profile_idx), type_index(type_idx) {} in ClassReference()
120 return dex_profile_index == other.dex_profile_index && type_index == other.type_index;
123 return dex_profile_index == other.dex_profile_index
125 : dex_profile_index < other.dex_profile_index;
128 ProfileIndexType dex_profile_index; // the index of the owning dex in the profile info member