Searched defs:resolved_method (Results 1 – 6 of 6) sorted by relevance
/art/compiler/driver/ |
D | compiler_driver-inl.h | 173 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()
|
D | compiler_driver.cc | 1288 mirror::ArtMethod* resolved_method; in ComputeInvokeInfo() local
|
/art/compiler/dex/ |
D | mir_method_info.cc | 65 mirror::ArtMethod* resolved_method = in Resolve() local
|
/art/runtime/ |
D | class_linker-inl.h | 110 mirror::ArtMethod* resolved_method = referrer->GetDexCacheResolvedMethod(method_idx); in GetResolvedMethod() local 120 mirror::ArtMethod* resolved_method = GetResolvedMethod(method_idx, *referrer, type); in ResolveMethod() local
|
D | class_linker.cc | 3963 mirror::ArtMethod* resolved_method = dex_cache->GetResolvedMethod(method_idx); in FindMethodForProxy() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 357 mirror::ArtMethod* resolved_method = class_linker->GetResolvedMethod(method_idx, *referrer, type); in FindMethodFromCode() local 542 mirror::ArtMethod* resolved_method = in FindMethodFast() local
|