Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc298 index = cls->FindTypeIndexInOtherDexFile(dex_file); in FindClassIndexIn()
306 index = cls->FindTypeIndexInOtherDexFile(dex_file); in FindClassIndexIn()
Dinstruction_builder.cc2254 klass->FindTypeIndexInOtherDexFile(*dex_compilation_unit_->GetDexFile()); in BuildLoadClass()
/art/runtime/mirror/
Dclass.h1162 dex::TypeIndex FindTypeIndexInOtherDexFile(const DexFile& dex_file)
Dclass.cc1414 dex::TypeIndex Class::FindTypeIndexInOtherDexFile(const DexFile& dex_file) { in FindTypeIndexInOtherDexFile() function in art::mirror::Class
/art/runtime/jit/
Djit_code_cache.cc1669 type_index = cls->FindTypeIndexInOtherDexFile(*dex_file); in GetProfiledMethods()