Home
last modified time | relevance | path

Searched refs:FindDexMethodIndexInOtherDexFile (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmethod_helper.h119 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile)
124 uint32_t FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile,
Dmethod_helper.cc65 uint32_t MethodHelper::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile) in FindDexMethodIndexInOtherDexFile() function in art::MethodHelper
105 uint32_t MethodHelper::FindDexMethodIndexInOtherDexFile(const DexFile& other_dexfile, in FindDexMethodIndexInOtherDexFile() function in art::MethodHelper
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc825 uint32_t method_index = mh.FindDexMethodIndexInOtherDexFile(*dex_file, dex_method_idx); in artQuickResolutionTrampoline()
/art/compiler/driver/
Dcompiler_driver.cc1230 uint32_t dex_method_idx = mh.FindDexMethodIndexInOtherDexFile( in GetCodeAndMethodForDirectCall()