Home
last modified time | relevance | path

Searched defs:resolved_method (Results 1 – 6 of 6) sorted by relevance

/art/compiler/driver/
Dcompiler_driver-inl.h173 mirror::ArtMethod* resolved_method = mUnit->GetClassLinker()->ResolveMethod( in ResolveMethod() local
190 mirror::ArtMethod* resolved_method, const DexFile** declaring_dex_file, in GetResolvedMethodDexFileLocation()
199 mirror::ArtMethod* resolved_method, InvokeType type) { in GetResolvedMethodVTableIndex()
212 mirror::Class* referrer_class, mirror::ArtMethod* resolved_method, InvokeType* invoke_type, in IsFastInvoke()
316 mirror::ArtMethod* resolved_method) { in NeedsClassInitialization()
Dcompiler_driver.cc1288 mirror::ArtMethod* resolved_method; in ComputeInvokeInfo() local
/art/compiler/dex/
Dmir_method_info.cc65 mirror::ArtMethod* resolved_method = in Resolve() local
/art/runtime/
Dclass_linker-inl.h110 mirror::ArtMethod* resolved_method = referrer->GetDexCacheResolvedMethod(method_idx); in GetResolvedMethod() local
120 mirror::ArtMethod* resolved_method = GetResolvedMethod(method_idx, *referrer, type); in ResolveMethod() local
Dclass_linker.cc3963 mirror::ArtMethod* resolved_method = dex_cache->GetResolvedMethod(method_idx); in FindMethodForProxy() local
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h357 mirror::ArtMethod* resolved_method = class_linker->GetResolvedMethod(method_idx, *referrer, type); in FindMethodFromCode() local
542 mirror::ArtMethod* resolved_method = in FindMethodFast() local