Searched refs:putNextShort (Results 1 – 3 of 3) sorted by relevance
38 writer.putNextShort((short) 42); in testReaderWriter_allParamTypes()70 writer.putNextShort((short) 42); in testRandomReaderWriter_allParamTypes()147 writer.putNextShort((short) 52); in testReaderWriter_allReturnTypes()
1104 writer.putNextShort(reader.nextShort()); in copyParameter()1365 writer.putNextShort(array[i]); in spreadArray()1871 writer.putNextShort((short) values[i]); in transform()1967 writer.putNextShort((short) value); in writePrimitiveByteAs()1991 writer.putNextShort(value); in writePrimitiveShortAs()2107 writer.putNextShort((short) 0); in writePrimitiveVoidAs()2554 writer.putNextShort(readPrimitiveAsShort(reader, from)); in explicitCastPrimitives()2589 writer.putNextShort((short) 0); in unboxNull()2626 writer.putNextShort(z ? (short) 1 : (short) 0); in unboxNonNull()2658 writer.putNextShort((short) b); in unboxNonNull()[all …]
429 writer.putNextShort(reader.nextShort()); in copyNext()482 public void putNextShort(short value) { in putNextShort() method in EmulatedStackFrame.StackFrameWriter