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

  /art/runtime/jit/
profile_compilation_info.h 105 // The owning dex file is encoded as the index (dex_profile_index) it has in the
108 // The dex_profile_index is an index in either of:
111 // Note that the dex_profile_index is not necessary the multidex index.
117 dex_profile_index(dex_profile_idx), type_index(type_idx) {}
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 uint8_t dex_profile_index; \/\/ the index of the owning dex in the profile info member in struct:art::ProfileCompilationInfo::ClassReference
    [all...]
profile_compilation_info_test.cc 203 uint8_t dex_profile_index = dex_map.FindOrAdd(const_cast<DexFile*>(class_ref.dex_file), local
205 dex_pc_data.AddClass(dex_profile_index, class_ref.TypeIndex());
206 if (dex_profile_index >= offline_pmi.dex_references.size()) {
    [all...]

Completed in 170 milliseconds