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

/art/compiler/utils/x86/
H A Dassembler_x86.cc1457 static const int kShortSize = 2; local
1461 if (IsInt<8>(offset - kShortSize)) {
1463 EmitUint8((offset - kShortSize) & 0xFF);
1492 static const int kShortSize = 2; local
1496 if (IsInt<8>(offset - kShortSize)) {
1498 EmitUint8((offset - kShortSize) & 0xFF);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc1934 static const int kShortSize = 2; local
1938 if (IsInt<8>(offset - kShortSize)) {
1940 EmitUint8((offset - kShortSize) & 0xFF);
1971 static const int kShortSize = 2; local
1975 if (IsInt<8>(offset - kShortSize)) {
1977 EmitUint8((offset - kShortSize) & 0xFF);

Completed in 30 milliseconds