HomeSort by relevance Sort by last modified time
    Searched defs:dex_profile_index (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
profiling_info_test.cc 202 uint8_t dex_profile_index = dex_map.FindOrAdd(const_cast<DexFile*>(class_ref.dex_file), local
204 dex_pc_data.AddClass(dex_profile_index, class_ref.TypeIndex());
205 if (dex_profile_index >= offline_pmi.dex_references.size()) {
  /art/libprofile/profile/
profile_compilation_info.h 110 // The owning dex file is encoded as the index (dex_profile_index) it has in the
113 // The dex_profile_index is an index in either of:
116 // Note that the dex_profile_index is not necessary the multidex index.
122 dex_profile_index(dex_profile_idx), type_index(type_idx) {}
125 return dex_profile_index == other.dex_profile_index && type_index == other.type_index;
128 return dex_profile_index == other.dex_profile_index
130 : dex_profile_index < other.dex_profile_index;
133 uint8_t dex_profile_index; \/\/ the index of the owning dex in the profile info member in struct:art::ProfileCompilationInfo::ClassReference
    [all...]

Completed in 871 milliseconds