Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc1143 static const int kShortSize = 2; in j() local
1147 if (IsInt(8, offset - kShortSize)) { in j()
1149 EmitUint8((offset - kShortSize) & 0xFF); in j()
1178 static const int kShortSize = 2; in jmp() local
1182 if (IsInt(8, offset - kShortSize)) { in jmp()
1184 EmitUint8((offset - kShortSize) & 0xFF); in jmp()