Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h461 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile,
Dart_method.cc242 uint32_t ArtMethod::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile, in FindDexMethodIndexInOtherDexFile() function in art::ArtMethod
/art/compiler/optimizing/
Dinliner.cc287 return method->FindDexMethodIndexInOtherDexFile(dex_file, name_and_signature_index); in FindMethodIndexIn()