Home
last modified time | relevance | path

Searched refs:CloneWithoutLeadingParameter (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dmethod_type.h40 static ObjPtr<MethodType> CloneWithoutLeadingParameter(Thread* const self,
H A Dmethod_type.cc58 ObjPtr<MethodType> MethodType::CloneWithoutLeadingParameter(Thread* const self, in CloneWithoutLeadingParameter() function in art::mirror::MethodType
/aosp12/art/runtime/
H A Dmethod_handles.cc1067 mirror::MethodType::CloneWithoutLeadingParameter(self, method_handle->GetMethodType())); in DoVarHandleInvokeTranslation()
1082 hs.NewHandle(mirror::MethodType::CloneWithoutLeadingParameter(self, callsite_type.Get())); in DoVarHandleInvokeTranslation()