Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3008 static const int kShortSize = 2; in j() local
3012 if (IsInt<8>(offset - kShortSize)) { in j()
3014 EmitUint8((offset - kShortSize) & 0xFF); in j()
3031 static const int kShortSize = 2; in j() local
3034 CHECK(IsInt<8>(offset - kShortSize)); in j()
3036 EmitUint8((offset - kShortSize) & 0xFF); in j()
3047 static const int kShortSize = 2; in jrcxz() local
3050 CHECK(IsInt<8>(offset - kShortSize)); in jrcxz()
3052 EmitUint8((offset - kShortSize) & 0xFF); in jrcxz()
3077 static const int kShortSize = 2; in jmp() local
[all …]