Searched defs:kShortSize (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/x86/
H A Dassembler_x86.cc1153 static const int kShortSize = 2; local
1157 if (IsInt(8, offset - kShortSize)) {
1159 EmitUint8((offset - kShortSize) & 0xFF);
1188 static const int kShortSize = 2; local
1192 if (IsInt(8, offset - kShortSize)) {
1194 EmitUint8((offset - kShortSize) & 0xFF);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc1347 static const int kShortSize = 2; local
1351 if (IsInt(8, offset - kShortSize)) {
1353 EmitUint8((offset - kShortSize) & 0xFF);
1384 static const int kShortSize = 2; local
1388 if (IsInt(8, offset - kShortSize)) {
1390 EmitUint8((offset - kShortSize) & 0xFF);

Completed in 63 milliseconds