Home
last modified time | relevance | path

Searched refs:checkLongValue (Results 1 – 11 of 11) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/asn1/test/
H A DASN1IntegerTest.java288 checkLongValue(i, 72997666816L); in testLooseValidEncoding_zero_32BAligned()
301 checkLongValue(i, -1026513960960L); in testLooseValidEncoding_FF_32BAligned()
315 checkLongValue(i, -282501490671616L); in testLooseValidEncoding_FF_32BAligned_1not0()
329 checkLongValue(i, -2126025588736L); in testLooseValidEncoding_FF_32BAligned_2not0()
365 private void checkLongValue(ASN1Integer i, long n) in checkLongValue() method in ASN1IntegerTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/sa/
H A DClhsdbLongConstant.java101 checkLongValue("markOopDesc::hash_mask_in_place", in checkForTruncation()
108 checkLongValue("VM_Version::CPU_SHA", in checkForTruncation()
114 private static void checkLongValue(String constName, String longConstantOutput, in checkLongValue() method in ClhsdbLongConstant
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/sa/
H A DClhsdbLongConstant.java101 checkLongValue("markWord::hash_mask_in_place", in checkForTruncation()
108 checkLongValue("VM_Version::CPU_SHA", in checkForTruncation()
114 private static void checkLongValue(String constName, String longConstantOutput, in checkLongValue() method in ClhsdbLongConstant
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/sa/
H A DClhsdbLongConstant.java101 checkLongValue("markWord::hash_mask_in_place", in checkForTruncation()
108 checkLongValue("VM_Version::CPU_SHA", in checkForTruncation()
114 private static void checkLongValue(String constName, String longConstantOutput, in checkLongValue() method in ClhsdbLongConstant
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/sa/
H A DClhsdbLongConstant.java101 checkLongValue("markWord::hash_mask_in_place", in checkForTruncation()
108 checkLongValue("VM_Version::CPU_SHA", in checkForTruncation()
114 private static void checkLongValue(String constName, String longConstantOutput, in checkLongValue() method in ClhsdbLongConstant
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/sa/
H A DClhsdbLongConstant.java101 checkLongValue("markWord::hash_mask_in_place", in checkForTruncation()
108 checkLongValue("VM_Version::CPU_SHA", in checkForTruncation()
114 private static void checkLongValue(String constName, String longConstantOutput, in checkLongValue() method in ClhsdbLongConstant
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/sa/
H A DClhsdbLongConstant.java104 checkLongValue("markOopDesc::hash_mask_in_place", in checkForTruncation()
111 checkLongValue("VM_Version::CPU_SHA", in checkForTruncation()
117 private static void checkLongValue(String constName, String longConstantOutput, in checkLongValue() method in ClhsdbLongConstant
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/sa/
H A DClhsdbLongConstant.java104 checkLongValue("markOopDesc::hash_mask_in_place", in checkForTruncation()
111 checkLongValue("VM_Version::CPU_SHA", in checkForTruncation()
117 private static void checkLongValue(String constName, String longConstantOutput, in checkLongValue() method in ClhsdbLongConstant
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/sa/
H A DClhsdbLongConstant.java104 checkLongValue("markOopDesc::hash_mask_in_place", in checkForTruncation()
111 checkLongValue("VM_Version::CPU_SHA", in checkForTruncation()
117 private static void checkLongValue(String constName, String longConstantOutput, in checkLongValue() method in ClhsdbLongConstant
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DInlineCalls.java227 public static Long checkLongValue (Expression exp) { in checkLongValue() method in InlineCalls
248 Long ival = InlineCalls.checkLongValue(exp); in fixLongValue()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/reflect/
H A DCompileInvoke.java467 else if (InlineCalls.checkLongValue(arg) != null) in selectApplicable()