Searched refs:src_ptypes (Results 1 – 1 of 1) sorted by relevance
51 Handle<ObjectArray<Class>> src_ptypes = hs.NewHandle(method_type->GetPTypes()); in CloneWithoutLeadingParameter() local55 const int32_t dst_ptypes_count = src_ptypes->GetLength() - 1; in CloneWithoutLeadingParameter()59 dst_ptypes->Set(i, src_ptypes->Get(i + 1)); in CloneWithoutLeadingParameter()