Searched defs:basicType (Results 1 - 9 of 9) sorted by path

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java102 public BasicType basicType() { method in class:ConstantTag
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DInvokers.java156 /*non-public*/ static MemberName invokeBasicMethod(MethodType basicType) { argument
[all...]
H A DLambdaForm.java175 static BasicType basicType(byte type) { method in class:LambdaForm.BasicType
178 static BasicType basicType(char type) { method in class:LambdaForm.BasicType
196 static BasicType basicType(Wrapper type) { method in class:LambdaForm.BasicType
200 static BasicType basicType(Class<?> type) { method in class:LambdaForm.BasicType
[all...]
H A DMethodHandleImpl.java897 makeGuardWithTestForm(MethodType basicType) argument
972 makeGuardWithCatchForm(MethodType basicType) argument
1868 makeLoopForm(MethodType basicType, BasicType[] localVarTypes) argument
2101 makeTryFinallyForm(MethodType basicType) argument
[all...]
H A DMethodType.java650 /*non-public*/ MethodType basicType() { method in class:MethodType
H A DMethodTypeForm.java53 final MethodType basicType; // the canonical erasure, with primitives simplified field in class:MethodTypeForm
102 public MethodType basicType() { method in class:MethodTypeForm
[all...]
/openjdk10/jdk/src/java.management/share/classes/sun/management/
H A DMappedMXBeanType.java195 final Class<?> basicType; field in class:MappedMXBeanType.BasicMXBeanType
/openjdk10/jdk/test/java/lang/invoke/
H A DPrivateInvokeTest.java85 private static MethodType basicType(MethodType mtype) { method in class:PrivateInvokeTest
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java1794 JCPrimitiveTypeTree basicType() { method in class:JavacParser

Completed in 408 milliseconds