Searched defs:checkMethod (Results 1 - 16 of 16) sorted by path

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCheckGraalInvariants.java343 private static void checkMethod(ResolvedJavaMethod method) { method in class:CheckGraalInvariants
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/classfile/
H A DClassfileBytecodeProviderTest.java187 private static void checkMethod(ClassfileBytecodeProvider cbp, MetaAccessProvider metaAccess, Executable executable) { method in class:ClassfileBytecodeProviderTest
/openjdk10/hotspot/test/compiler/intrinsics/mathexact/
H A DVerify.java262 int checkMethod(int a, int b); method in interface:Verify.BinaryMethod
269 int checkMethod(int value); method in interface:Verify.UnaryMethod
276 long checkMethod(long a, long b); method in interface:Verify.BinaryLongMethod
283 long checkMethod(long value); method in interface:Verify.UnaryLongMethod
300 public int checkMethod(int a, int b) { method in class:Verify.UnaryToBinary
328 public long checkMethod(long a, long b) { method in class:Verify.UnaryToBinaryLong
358 public int checkMethod(int a, int b) { method in class:Verify.AddExactI
386 public long checkMethod(long a, long b) { method in class:Verify.AddExactL
413 public int checkMethod(int a, int b) { method in class:Verify.MulExactI
447 public long checkMethod(long a, long b) { method in class:Verify.MulExactL
474 public long checkMethod(long value) { method in class:Verify.NegExactL
501 public int checkMethod(int value) { method in class:Verify.NegExactI
529 public int checkMethod(int a, int b) { method in class:Verify.SubExactI
557 public long checkMethod(long a, long b) { method in class:Verify.SubExactL
584 public long checkMethod(long value) { method in class:Verify.IncExactL
610 public int checkMethod(int value) { method in class:Verify.IncExactI
636 public long checkMethod(long value) { method in class:Verify.DecExactL
662 public int checkMethod(int value) { method in class:Verify.DecExactI
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/external/statistics/impl/
H A DStatisticImpl.java137 protected void checkMethod(Method method) { method in class:StatisticImpl
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandles.java2123 void checkMethod(byte refKind, Class<?> refc, MemberName m) throws IllegalAccessException { method in class:MethodHandles.Lookup
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanIntrospector.java125 abstract void checkMethod(M m); method in class:MBeanIntrospector
H A DMXBeanIntrospector.java108 void checkMethod(ConvertingMethod m) { method in class:MXBeanIntrospector
H A DStandardMBeanIntrospector.java105 void checkMethod(Method m) { method in class:StandardMBeanIntrospector
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/server/
H A DUtil.java258 private static void checkMethod(Method m) { method in class:Util
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DStatement.java103 public Vset checkMethod(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:Statement
/openjdk10/jdk/test/java/lang/invoke/lambda/
H A DLambdaAsm.java94 static void checkMethod(String cname, String mname, ConstantPool cp, method in class:LambdaAsm
113 static int checkMethod(ClassFile cf, String mthd) throws Exception { method in class:LambdaAsm
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DAttr.java4004 public Type checkMethod(Type site, method in class:Attr
H A DCheck.java944 Type checkMethod(final Type mtype, method in class:Check
H A DResolve.java624 Type checkMethod(Env<AttrContext> env, method in class:Resolve
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/scan/
H A DScan.java263 isMemberPresent(ClassFile targetClass, String targetName, String targetDesc, boolean checkMethod) argument
/openjdk10/langtools/test/tools/javac/flow/
H A DLVTHarness.java150 void checkMethod(ConstantPool constantPool, Method method, AliveRanges ranges) method in class:LVTHarness

Completed in 320 milliseconds