Searched refs:ResolveMethod (Results 1 - 11 of 11) sorted by relevance

/art/runtime/
H A Dclass_linker-inl.h66 inline mirror::ArtMethod* ClassLinker::ResolveMethod(uint32_t method_idx, function in class:art::ClassLinker
76 resolved_method = ResolveMethod(dex_file, method_idx, dex_cache, class_loader, referrer, type);
H A Dclass_linker.h159 mirror::ArtMethod* ResolveMethod(const DexFile& dex_file,
167 mirror::ArtMethod* ResolveMethod(uint32_t method_idx, const mirror::ArtMethod* referrer,
H A Dclass_linker.cc4004 mirror::ArtMethod* ClassLinker::ResolveMethod(const DexFile& dex_file, function in class:art::ClassLinker
/art/compiler/
H A Delf_writer_mclinker.cc362 method = linker->ResolveMethod(dex_file, method_idx, dex_cache, NULL, NULL, invoke_type);
H A Dimage_writer.cc653 ArtMethod* method = class_linker->ResolveMethod(patch->GetDexFile(),
H A Doat_writer.cc403 mirror::ArtMethod* method = linker->ResolveMethod(*dex_file, method_idx, dex_cache,
/art/runtime/entrypoints/
H A Dentrypoint_utils.cc167 mirror::ArtMethod* resolved_method = class_linker->ResolveMethod(method_idx, referrer, type);
/art/runtime/entrypoints/portable/
H A Dportable_trampoline_entrypoints.cc375 called = linker->ResolveMethod(dex_method_idx, caller, invoke_type);
/art/compiler/driver/
H A Dcompiler_driver.cc921 return mUnit->GetClassLinker()->ResolveMethod(*mUnit->GetDexFile(), method_idx, dex_cache,
1189 mUnit->GetClassLinker()->ResolveMethod(*devirt_map_target->dex_file,
1530 mirror::ArtMethod* method = class_linker->ResolveMethod(dex_file, it.GetMemberIndex(),
1540 mirror::ArtMethod* method = class_linker->ResolveMethod(dex_file, it.GetMemberIndex(),
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc528 called = linker->ResolveMethod(dex_method_idx, caller, invoke_type);
/art/runtime/verifier/
H A Dmethod_verifier.cc145 linker->ResolveMethod(*dex_file, method_idx, dex_cache, class_loader, NULL, type);
187 linker->ResolveMethod(*dex_file, method_idx, dex_cache, class_loader, NULL, type);

Completed in 259 milliseconds