Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc3479 static const int kShortSize = 2; in j() local
3483 if (IsInt<8>(offset - kShortSize)) { in j()
3485 EmitUint8((offset - kShortSize) & 0xFF); in j()
3502 static const int kShortSize = 2; in j() local
3505 CHECK(IsInt<8>(offset - kShortSize)); in j()
3507 EmitUint8((offset - kShortSize) & 0xFF); in j()
3518 static const int kShortSize = 2; in jecxz() local
3521 CHECK(IsInt<8>(offset - kShortSize)); in jecxz()
3523 EmitUint8((offset - kShortSize) & 0xFF); in jecxz()
3546 static const int kShortSize = 2; in jmp() local
[all …]
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc4705 static const int kShortSize = 2; in j() local
4709 if (IsInt<8>(offset - kShortSize)) { in j()
4711 EmitUint8((offset - kShortSize) & 0xFF); in j()
4728 static const int kShortSize = 2; in j() local
4731 CHECK(IsInt<8>(offset - kShortSize)); in j()
4733 EmitUint8((offset - kShortSize) & 0xFF); in j()
4744 static const int kShortSize = 2; in jrcxz() local
4747 CHECK(IsInt<8>(offset - kShortSize)); in jrcxz()
4749 EmitUint8((offset - kShortSize) & 0xFF); in jrcxz()
4774 static const int kShortSize = 2; in jmp() local
[all …]