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

  /external/v8/src/
globals.h 230 const int kShortSize = sizeof(short); // NOLINT
  /external/chromium_org/v8/src/
globals.h 243 const int kShortSize = sizeof(short); // NOLINT
objects.h 482 ExternalTwoByteString::kShortSize, \
486 ExternalAsciiString::kShortSize, \
490 ExternalTwoByteString::kShortSize, \
523 ExternalTwoByteString::kShortSize, \
527 ExternalAsciiString::kShortSize, \
531 ExternalTwoByteString::kShortSize, \
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 1143 static const int kShortSize = 2;
1147 if (IsInt(8, offset - kShortSize)) {
1149 EmitUint8((offset - kShortSize) & 0xFF);
1178 static const int kShortSize = 2;
1182 if (IsInt(8, offset - kShortSize)) {
1184 EmitUint8((offset - kShortSize) & 0xFF);
    [all...]

Completed in 276 milliseconds