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

  /art/compiler/utils/x86/
assembler_x86.cc 1153 static const int kShortSize = 2;
1157 if (IsInt(8, offset - kShortSize)) {
1159 EmitUint8((offset - kShortSize) & 0xFF);
1188 static const int kShortSize = 2;
1192 if (IsInt(8, offset - kShortSize)) {
1194 EmitUint8((offset - kShortSize) & 0xFF);
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc     [all...]
  /external/chromium_org/v8/src/
globals.h 134 const int kShortSize = sizeof(short); // NOLINT

Completed in 963 milliseconds