Searched refs:FindDexMethodIndexInOtherDexFile (Results 1 – 4 of 4) sorted by relevance
119 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile)124 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile,
65 uint32_t MethodHelper::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile) in FindDexMethodIndexInOtherDexFile() function in art::MethodHelper105 uint32_t MethodHelper::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile, in FindDexMethodIndexInOtherDexFile() function in art::MethodHelper
825 uint32_t method_index = mh.FindDexMethodIndexInOtherDexFile(*dex_file, dex_method_idx); in artQuickResolutionTrampoline()
1230 uint32_t dex_method_idx = mh.FindDexMethodIndexInOtherDexFile( in GetCodeAndMethodForDirectCall()