Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc1287 for (const ClassReference& other_class_ref : other_dex_pc_data.classes) { in operator ==() local
1289 CHECK_LE(other_class_ref.dex_profile_index, other.dex_references.size()); in operator ==()
1291 const DexReference& other_dex_ref = other.dex_references[other_class_ref.dex_profile_index]; in operator ==()
1292 if (class_ref.type_index == other_class_ref.type_index && in operator ==()