HomeSort by relevance Sort by last modified time
    Searched defs:putNextLong (Results 1 - 2 of 2) sorted by null

  /libcore/dalvik/src/main/java/dalvik/system/
EmulatedStackFrame.java 396 writer.putNextLong(reader.nextLong());
422 public void putNextLong(long value) {
  /libcore/ojluni/src/main/java/java/lang/invoke/
Transformers.java 383 case 'J' : { writer.putNextLong(asLong); break; }
531 filterWriter.putNextLong(returnValueReader.nextLong());
618 writer.putNextLong((long) argument);
    [all...]

Completed in 40 milliseconds