Searched refs:GetResolvedMethod (Results 1 – 14 of 14) sorted by relevance
/art/runtime/ |
D | class_linker-inl.h | 288 ArtMethod* resolved = dex_cache->GetResolvedMethod(method_idx, pointer_size); in LookupResolvedMethod() 301 inline ArtMethod* ClassLinker::GetResolvedMethod(uint32_t method_idx, ArtMethod* referrer) { in GetResolvedMethod() function 309 ArtMethod* resolved_method = referrer->GetDexCache<kWithoutReadBarrier>()->GetResolvedMethod( in GetResolvedMethod() 352 ArtMethod* resolved_method = referrer->GetDexCache<kWithoutReadBarrier>()->GetResolvedMethod( in ResolveMethod()
|
D | stack.cc | 86 return GetResolvedMethod(*GetCurrentQuickFrame(), code_info, current_inline_frames_); in GetMethod()
|
D | class_linker.h | 328 ArtMethod* GetResolvedMethod(uint32_t method_idx, ArtMethod* referrer)
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 212 caller = GetResolvedMethod(outer_method, code_info, inline_infos); in DoGetCalleeSaveMethodCaller()
|
D | entrypoint_utils-inl.h | 49 inline ArtMethod* GetResolvedMethod(ArtMethod* outer_method, in GetResolvedMethod() function 666 ArtMethod* resolved_method = linker->GetResolvedMethod<type, resolve_mode>(method_idx, referrer); in FindMethodFast()
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 144 ArtMethod* method = dex_cache->GetResolvedMethod(i, pointer_size); in TEST_F()
|
/art/runtime/mirror/ |
D | dex_cache.h | 299 ALWAYS_INLINE ArtMethod* GetResolvedMethod(uint32_t method_idx, PointerSize ptr_size)
|
D | dex_cache-inl.h | 278 inline ArtMethod* DexCache::GetResolvedMethod(uint32_t method_idx, PointerSize ptr_size) { in GetResolvedMethod() function
|
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 457 ArtMethod* method = invoke->GetResolvedMethod(); in VisitInvoke()
|
D | instruction_simplifier.cc | 2242 ObjPtr<mirror::Class> system = invoke->GetResolvedMethod()->GetDeclaringClass(); in SimplifySystemArrayCopy() 2449 return user->AsInvokeStaticOrDirect()->GetResolvedMethod() != nullptr && in NoEscapeForStringBufferReference() 2450 user->AsInvokeStaticOrDirect()->GetResolvedMethod()->IsConstructor() && in NoEscapeForStringBufferReference()
|
D | inliner.cc | 481 ArtMethod* resolved_method = invoke_instruction->GetResolvedMethod(); in TryInline() 1308 if (invoke_instruction->GetResolvedMethod() != method && method->IsIntrinsic()) { in TryInlineAndReplace()
|
D | reference_type_propagation.cc | 915 ArtMethod* method = instr->GetResolvedMethod(); in VisitInvoke()
|
D | code_generator.cc | 829 ArtMethod* method = invoke->GetResolvedMethod(); in GetBootImageOffset()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1679 DCHECK(method == nullptr || dex_cache->GetResolvedMethod(i, target_ptr_size_) == method); in PreloadDexCache()
|