Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc1933 const DexPcData& other_dex_pc_data = other_it->second; in operator ==() local
1934 if (dex_pc_data.is_megamorphic != other_dex_pc_data.is_megamorphic || in operator ==()
1935 dex_pc_data.is_missing_types != other_dex_pc_data.is_missing_types) { in operator ==()
1940 for (const ClassReference& other_class_ref : other_dex_pc_data.classes) { in operator ==()