Searched refs:putNextLong (Results 1 – 3 of 3) sorted by relevance
40 writer.putNextLong(56); in testReaderWriter_allParamTypes()72 writer.putNextLong(56); in testRandomReaderWriter_allParamTypes()159 writer.putNextLong(72); in testReaderWriter_allReturnTypes()
1098 writer.putNextLong(reader.nextLong()); in copyParameter()1349 writer.putNextLong(array[i]); in spreadArray()1877 writer.putNextLong((long) values[i]); in transform()1973 writer.putNextLong((long) value); in writePrimitiveByteAs()1997 writer.putNextLong((long) value); in writePrimitiveShortAs()2020 writer.putNextLong((long) value); in writePrimitiveCharAs()2040 writer.putNextLong((long) value); in writePrimitiveIntAs()2058 writer.putNextLong(value); in writePrimitiveLongAs()2116 writer.putNextLong(0L); in writePrimitiveVoidAs()2560 writer.putNextLong(readPrimitiveAsLong(reader, from)); in explicitCastPrimitives()[all …]
435 writer.putNextLong(reader.nextLong()); in copyNext()464 public void putNextLong(long value) { in putNextLong() method in EmulatedStackFrame.StackFrameWriter