Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type.h39 static MethodType* CloneWithoutLeadingParameter(Thread* const self,
Dmethod_type.cc47 MethodType* MethodType::CloneWithoutLeadingParameter(Thread* const self, in CloneWithoutLeadingParameter() function in art::mirror::MethodType
/art/runtime/
Dmethod_handles.cc1049 mirror::MethodType::CloneWithoutLeadingParameter(self, method_handle->GetMethodType())); in DoVarHandleInvokeTranslation()
1064 hs.NewHandle(mirror::MethodType::CloneWithoutLeadingParameter(self, callsite_type.Get())); in DoVarHandleInvokeTranslation()