Searched defs:narg (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DSimpleMethodHandle.java66 /*non-public*/ final BoundMethodHandle copyWithExtendL(MethodType mt, LambdaForm lf, Object narg) { argument
70 /*non-public*/ final BoundMethodHandle copyWithExtendI(MethodType mt, LambdaForm lf, int narg) { argument
78 /*non-public*/ final BoundMethodHandle copyWithExtendJ(MethodType mt, LambdaForm lf, long narg) { argument
86 /*non-public*/ final BoundMethodHandle copyWithExtendF(MethodType mt, LambdaForm lf, float narg) { argument
94 /*non-public*/ final BoundMethodHandle copyWithExtendD(MethodType mt, LambdaForm lf, double narg) { argument
[all...]
H A DBoundMethodHandle.java201 /*non-public*/ abstract BoundMethodHandle copyWithExtendL(MethodType mt, LambdaForm lf, Object narg); argument
202 /*non-public*/ abstract BoundMethodHandle copyWithExtendI(MethodType mt, LambdaForm lf, int narg); argument
203 /*non-public*/ abstract BoundMethodHandle copyWithExtendJ(MethodType mt, LambdaForm lf, long narg); argument
204 /*non-public*/ abstract BoundMethodHandle copyWithExtendF(MethodType mt, LambdaForm lf, float narg); argument
205 /*non-public*/ abstract BoundMethodHandle copyWithExtendD(MethodType mt, LambdaForm lf, double narg); argument
235 /*non-public*/ final BoundMethodHandle copyWithExtendL(MethodType mt, LambdaForm lf, Object narg) { argument
243 /*non-public*/ final BoundMethodHandle copyWithExtendI(MethodType mt, LambdaForm lf, int narg) { argument
251 /*non-public*/ final BoundMethodHandle copyWithExtendJ(MethodType mt, LambdaForm lf, long narg) { argument
259 copyWithExtendF(MethodType mt, LambdaForm lf, float narg) argument
267 copyWithExtendD(MethodType mt, LambdaForm lf, double narg) argument
[all...]
/openjdk10/hotspot/src/share/vm/code/
H A Ddependencies.cpp383 static int sort_dep(ciBaseObject** p1, ciBaseObject** p2, int narg) { argument
399 static int sort_dep_value(Dependencies::DepValue* p1, Dependencies::DepValue* p2, int narg) { argument

Completed in 103 milliseconds