Searched refs:FindDexMethodIndexInOtherDexFile (Results 1 – 3 of 3) sorted by relevance
417 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile,
233 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()