HomeSort by relevance Sort by last modified time
    Searched full:short_size (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/nio/
MappedByteBufferAdapter.java 35 private static final int SHORT_SIZE = 2;
227 this.position += SHORT_SIZE;
378 this.position += SHORT_SIZE;
  /external/v8/src/ia32/
assembler-ia32.cc 1529 const int short_size = 2; local
1583 const int short_size = 2; local
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 1078 const int short_size = 2; local
1082 if (is_int8(offs - short_size)) {
1085 emit((offs - short_size) & 0xFF);
    [all...]

Completed in 2686 milliseconds