Searched defs:byteValue (Results 1 - 25 of 31) sorted by path

12

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DPerfDataEntry.java147 public byte byteValue() { method in class:PerfDataEntry
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DByteBufferTest.java40 byte byteValue = 0; field in class:ByteBufferTest.Ret
H A DConditionalEliminationTest11.java226 byte byteValue() { method in class:ConditionalEliminationTest11.ByteHolder
H A DDirectByteBufferTest.java40 byte byteValue = 0; field in class:DirectByteBufferTest.Ret
H A DMemoryArithmeticTest.java56 byte byteValue; field in class:MemoryArithmeticTest.FieldObject
145 public static Object testByteCompare(FieldObject f, byte byteValue) { argument
189 public static Object testByteCompareLess(FieldObject f, byte byteValue) { argument
233 testByteSwappedCompareLess(FieldObject f, byte byteValue) argument
277 testByteCompareLessEqual(FieldObject f, byte byteValue) argument
321 testByteSwappedCompareLessEqual(FieldObject f, byte byteValue) argument
365 testByteCompareGreater(FieldObject f, byte byteValue) argument
409 testByteSwappedCompareGreater(FieldObject f, byte byteValue) argument
453 testByteCompareGreaterEqual(FieldObject f, byte byteValue) argument
497 testByteSwappedCompareGreaterEqual(FieldObject f, byte byteValue) argument
2961 testByteAdd(FieldObject f, byte byteValue) argument
3136 testByteSub(FieldObject f, byte byteValue) argument
3311 testByteMul(FieldObject f, byte byteValue) argument
3486 testByteDiv(FieldObject f, byte byteValue) argument
3666 testByteOr(FieldObject f, byte byteValue) argument
3791 testByteXor(FieldObject f, byte byteValue) argument
3916 testByteAnd(FieldObject f, byte byteValue) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DBoxingSnippets.java111 public static byte byteValue(Byte value, @ConstantParameter SnippetCounter valueCounter) { method in class:BoxingSnippets
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DByte.java339 public byte byteValue() { method in class:Byte
H A DDouble.java673 public byte byteValue() { method in class:Double
H A DFloat.java601 public byte byteValue() { method in class:Float
H A DInteger.java1104 public byte byteValue() { method in class:Integer
H A DLong.java1327 public byte byteValue() { method in class:Long
H A DNumber.java98 public byte byteValue() { method in class:Number
H A DShort.java344 public byte byteValue() { method in class:Short
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DStandardMidiFileWriter.java274 private int getType(int byteValue) { argument
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRColor.java105 public static int byteToXRColorValue(int byteValue) { argument
/openjdk10/jdk/src/java.management/share/classes/sun/management/counter/perf/
H A DPerfDataType.java64 public byte byteValue() { method in class:PerfDataType
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/jdi/
H A DPrimitiveValue.java57 byte byteValue(); method in interface:PrimitiveValue
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DBooleanValueImpl.java70 public byte byteValue() { method in class:BooleanValueImpl
H A DByteValueImpl.java76 public byte byteValue() { method in class:ByteValueImpl
H A DCharValueImpl.java76 public byte byteValue() { method in class:CharValueImpl
H A DDoubleValueImpl.java81 public byte byteValue() { method in class:DoubleValueImpl
H A DFloatValueImpl.java81 public byte byteValue() { method in class:FloatValueImpl
H A DIntegerValueImpl.java75 public byte byteValue() { method in class:IntegerValueImpl
H A DLongValueImpl.java81 public byte byteValue() { method in class:LongValueImpl
H A DPrimitiveValueImpl.java43 abstract public byte byteValue(); method in class:PrimitiveValueImpl

Completed in 306 milliseconds

12