Home
last modified time | relevance | path

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

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