Searched defs:isShort (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DFieldType.java65 public boolean isShort() { return first == 'S'; } method in class:FieldType
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/
H A DNumUtil.java83 public static boolean isShort(int x) { method in class:NumUtil
90 public static boolean isShort(long x) { method in class:NumUtil
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DRewriteException.java382 private String getMessage(final boolean isShort) { argument
/openjdk10/langtools/test/tools/javac/lambda/
H A DLambdaParserTest.java86 boolean isShort() { method in class:LambdaParserTest.LambdaKind

Completed in 95 milliseconds