Home | History | Annotate | Download | only in jit

Lines Matching refs:dex

127         classes.emplace_back(method->GetDexFile(), dex::TypeIndex(0));
134 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k));
142 classes.emplace_back(method->GetDexFile(), dex::TypeIndex(k));
176 SafeMap<DexFile*, uint8_t> dex_map; // dex files to profile index
189 // This is a new dex.
206 dex_pc_data.AddClass(0, dex::TypeIndex(0));
212 dex_pc_data.AddClass(0, dex::TypeIndex(0));
213 dex_pc_data.AddClass(1, dex::TypeIndex(1));
214 dex_pc_data.AddClass(2, dex::TypeIndex(2));
245 it.second.AddClass(0, dex::TypeIndex(k));
474 // Dex location size is too big and should be rejected.
513 // Add a method which is part of the same dex file as one of the
516 // Add a method which is outside the set of dex files.
687 // order and with a different dex profile indices for the dex files.
700 dex_pc_data.AddClass(0, dex::TypeIndex(0));
701 dex_pc_data.AddClass(1, dex::TypeIndex(1));
711 dex_pc_data.AddClass(1, dex::TypeIndex(0));
712 dex_pc_data.AddClass(0, dex::TypeIndex(1));
717 // This will trigger a different dex numbers.
754 // We only support at most 255 dex files.