Home
last modified time | relevance | path

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

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