Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinliner.cc299 index = cls->FindTypeIndexInOtherDexFile(dex_file); in FindClassIndexIn()
307 index = cls->FindTypeIndexInOtherDexFile(dex_file); in FindClassIndexIn()
H A Dinstruction_builder.cc2389 klass->FindTypeIndexInOtherDexFile(*dex_compilation_unit_->GetDexFile()); in BuildLoadClass()
/aosp12/art/runtime/mirror/
H A Dclass.h1173 dex::TypeIndex FindTypeIndexInOtherDexFile(const DexFile& dex_file)
H A Dclass.cc1383 dex::TypeIndex Class::FindTypeIndexInOtherDexFile(const DexFile& dex_file) { in FindTypeIndexInOtherDexFile() function in art::mirror::Class
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc1542 type_index = cls->FindTypeIndexInOtherDexFile(*dex_file); in GetProfiledMethods()