Searched refs:bpts (Results 1 – 1 of 1) sorted by relevance
177 Class<?>[] bpts = epts; in MethodTypeForm() local185 if (bpts == epts) in MethodTypeForm()186 bpts = bpts.clone(); in MethodTypeForm()187 bpts[i] = int.class; in MethodTypeForm()206 if (epts == bpts && bt == rt) { in MethodTypeForm()209 this.basicType = MethodType.makeImpl(bt, bpts, true); in MethodTypeForm()