Searched refs:FindDexMethodIndexInOtherDexFile (Results 1 – 5 of 5) sorted by relevance
474 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile,
243 uint32_t ArtMethod::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile, in FindDexMethodIndexInOtherDexFile() function in art::ArtMethod
288 return method->FindDexMethodIndexInOtherDexFile(dex_file, name_and_signature_index); in FindMethodIndexIn()
1088 dex_method_index = resolved_method->FindDexMethodIndexInOtherDexFile( in BuildInvoke()
1364 called_method.index = called->FindDexMethodIndexInOtherDexFile( in artQuickResolutionTrampoline()