Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java177 Class<?>[] bpts = epts; in MethodTypeForm() local
185 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()