Searched refs:FindDexMethodIndexInOtherDexFile (Results 1 – 3 of 3) sorted by relevance
416 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile,
248 uint32_t ArtMethod::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile, in FindDexMethodIndexInOtherDexFile() function in art::ArtMethod
273 return method->FindDexMethodIndexInOtherDexFile(dex_file, name_and_signature_index); in FindMethodIndexIn()