Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type.cc56 Handle<ObjectArray<Class>> dst_ptypes = hs.NewHandle( in CloneWithoutLeadingParameter() local
59 dst_ptypes->Set(i, src_ptypes->Get(i + 1)); in CloneWithoutLeadingParameter()
61 return Create(self, rtype, dst_ptypes); in CloneWithoutLeadingParameter()