Searched refs:ftypeKind (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DDirectMethodHandle.java509 private static int afIndex(byte formOp, boolean isVolatile, int ftypeKind) { argument
512 + ftypeKind);
517 static int ftypeKind(Class<?> ftype) { method in class:DirectMethodHandle
557 int ftypeKind = ftypeKind(ftype);
558 int afIndex = afIndex(formOp, isVolatile, ftypeKind);
561 lform = makePreparedFieldLambdaForm(formOp, isVolatile, ftypeKind);
625 static LambdaForm makePreparedFieldLambdaForm(byte formOp, boolean isVolatile, int ftypeKind) { argument
629 boolean needsCast = (ftypeKind == FT_CHECKED_REF);
630 Wrapper fw = (needsCast ? Wrapper.OBJECT : ALL_WRAPPERS[ftypeKind]);
[all...]
H A DGenerateJLIClassesHelper.java84 int ftype = DirectMethodHandle.ftypeKind(wrapper.primitiveType());

Completed in 38 milliseconds