Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type.cc64 Handle<ObjectArray<Class>> dst_ptypes = hs.NewHandle(AllocatePTypesArray(self, dst_ptypes_count)); in CloneWithoutLeadingParameter() local
65 if (dst_ptypes.IsNull()) { in CloneWithoutLeadingParameter()
69 dst_ptypes->Set(i, src_ptypes->Get(i + 1)); in CloneWithoutLeadingParameter()
71 return Create(self, dst_rtype, dst_ptypes); in CloneWithoutLeadingParameter()
87 Handle<ObjectArray<Class>> dst_ptypes = hs.NewHandle(AllocatePTypesArray(self, start_index + 1)); in CollectTrailingArguments() local
88 if (dst_ptypes.IsNull()) { in CollectTrailingArguments()
92 dst_ptypes->Set(i, src_ptypes->Get(i)); in CollectTrailingArguments()
94 dst_ptypes->Set(start_index, collector_class.Get()); in CollectTrailingArguments()
95 return Create(self, dst_rtype, dst_ptypes); in CollectTrailingArguments()