Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h486 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile,
Dart_method.cc243 uint32_t ArtMethod::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile, in FindDexMethodIndexInOtherDexFile() function in art::ArtMethod
/art/compiler/optimizing/
Dinliner.cc293 return method->FindDexMethodIndexInOtherDexFile(dex_file, name_and_signature_index); in FindMethodIndexIn()
Dinstruction_builder.cc1082 dex_method_index = resolved_method->FindDexMethodIndexInOtherDexFile( in BuildInvoke()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1362 called_method.index = called->FindDexMethodIndexInOtherDexFile( in artQuickResolutionTrampoline()