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