Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method.h474 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile,
H A Dart_method.cc243 uint32_t ArtMethod::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile, in FindDexMethodIndexInOtherDexFile() function in art::ArtMethod
/aosp12/art/compiler/optimizing/
H A Dinliner.cc288 return method->FindDexMethodIndexInOtherDexFile(dex_file, name_and_signature_index); in FindMethodIndexIn()
H A Dinstruction_builder.cc1088 dex_method_index = resolved_method->FindDexMethodIndexInOtherDexFile( in BuildInvoke()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1364 called_method.index = called->FindDexMethodIndexInOtherDexFile( in artQuickResolutionTrampoline()