Home
last modified time | relevance | path

Searched refs:ResolveMethodType (Results 1 – 12 of 12) sorted by relevance

/art/runtime/mirror/
Ddex_cache_test.cc152 class_linker_->ResolveMethodType(soa.Self(), in TEST_F()
157 class_linker_->ResolveMethodType(soa.Self(), in TEST_F()
/art/runtime/entrypoints/quick/
Dquick_entrypoints_list.h45 V(ResolveMethodType, void*, uint32_t) \
Dquick_trampoline_entrypoints.cc2447 hs.NewHandle(linker->ResolveMethodType(self, proto_idx, caller_method))); in artInvokePolymorphic()
/art/runtime/entrypoints/
Dentrypoint_utils.cc282 method_type = class_linker->ResolveMethodType(hs.Self(), proto_idx, dex_cache, class_loader); in ResolveMethodTypeFromCode()
/art/runtime/interpreter/
Dinterpreter_common.h395 static inline ObjPtr<mirror::MethodType> ResolveMethodType(Thread* self, in ResolveMethodType() function
400 return class_linker->ResolveMethodType(self, method_type_index, referrer); in ResolveMethodType()
Dinterpreter_common.cc367 class_linker->ResolveMethodType(self, callsite_proto_id, shadow_frame.GetMethod()))); in DoMethodHandleInvokeCommon()
475 class_linker->ResolveMethodType(self, dex::ProtoIndex(vRegH), shadow_frame.GetMethod()))); in DoVarHandleInvokeCommon()
655 cl->ResolveMethodType(self, proto_idx, dex_cache, class_loader); in GetArgumentForBootstrapMethod()
Dinterpreter_switch_impl-inl.h589 ObjPtr<mirror::MethodType> mt = cl->ResolveMethodType(Self(), in CONST_METHOD_TYPE()
/art/runtime/interpreter/mterp/
Dnterp.cc618 return class_linker->ResolveMethodType( in NterpLoadObject()
Dmterp.cc300 ResolveMethodType(self, dex::ProtoIndex(index), shadow_frame->GetMethod()); in MterpConstMethodType()
/art/runtime/
Dclass_linker.h426 ObjPtr<mirror::MethodType> ResolveMethodType(Thread* self,
433 ObjPtr<mirror::MethodType> ResolveMethodType(Thread* self,
Dclass_linker_test.cc1585 class_linker_->ResolveMethodType(soa.Self(), method1_id.proto_idx_, dex_cache, class_loader)); in TEST_F()
1599 class_linker_->ResolveMethodType(soa.Self(), method1_id.proto_idx_, dex_cache, class_loader)); in TEST_F()
1612 class_linker_->ResolveMethodType(soa.Self(), method2_id.proto_idx_, dex_cache, class_loader)); in TEST_F()
Dclass_linker.cc9374 ObjPtr<mirror::MethodType> ClassLinker::ResolveMethodType( in ResolveMethodType() function in art::ClassLinker
9436 ObjPtr<mirror::MethodType> ClassLinker::ResolveMethodType(Thread* self, in ResolveMethodType() function in art::ClassLinker
9442 return ResolveMethodType(self, proto_idx, dex_cache, class_loader); in ResolveMethodType()