Home
last modified time | relevance | path

Searched refs:GetResolvedMethod (Results 1 – 14 of 14) sorted by relevance

/art/runtime/
Dclass_linker-inl.h288 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()
Dstack.cc86 return GetResolvedMethod(*GetCurrentQuickFrame(), code_info, current_inline_frames_); in GetMethod()
Dclass_linker.h328 ArtMethod* GetResolvedMethod(uint32_t method_idx, ArtMethod* referrer)
/art/runtime/entrypoints/
Dentrypoint_utils.cc212 caller = GetResolvedMethod(outer_method, code_info, inline_infos); in DoGetCalleeSaveMethodCaller()
Dentrypoint_utils-inl.h49 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/
Dcompiler_driver_test.cc144 ArtMethod* method = dex_cache->GetResolvedMethod(i, pointer_size); in TEST_F()
/art/runtime/mirror/
Ddex_cache.h299 ALWAYS_INLINE ArtMethod* GetResolvedMethod(uint32_t method_idx, PointerSize ptr_size)
Ddex_cache-inl.h278 inline ArtMethod* DexCache::GetResolvedMethod(uint32_t method_idx, PointerSize ptr_size) { in GetResolvedMethod() function
/art/compiler/optimizing/
Dgraph_visualizer.cc457 ArtMethod* method = invoke->GetResolvedMethod(); in VisitInvoke()
Dinstruction_simplifier.cc2242 ObjPtr<mirror::Class> system = invoke->GetResolvedMethod()->GetDeclaringClass(); in SimplifySystemArrayCopy()
2449 return user->AsInvokeStaticOrDirect()->GetResolvedMethod() != nullptr && in NoEscapeForStringBufferReference()
2450 user->AsInvokeStaticOrDirect()->GetResolvedMethod()->IsConstructor() && in NoEscapeForStringBufferReference()
Dinliner.cc481 ArtMethod* resolved_method = invoke_instruction->GetResolvedMethod(); in TryInline()
1308 if (invoke_instruction->GetResolvedMethod() != method && method->IsIntrinsic()) { in TryInlineAndReplace()
Dreference_type_propagation.cc915 ArtMethod* method = instr->GetResolvedMethod(); in VisitInvoke()
Dcode_generator.cc829 ArtMethod* method = invoke->GetResolvedMethod(); in GetBootImageOffset()
/art/dex2oat/linker/
Dimage_writer.cc1679 DCHECK(method == nullptr || dex_cache->GetResolvedMethod(i, target_ptr_size_) == method); in PreloadDexCache()