Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc3508 static const int kShortSize = 2; in j() local
3512 if (IsInt<8>(offset - kShortSize)) { in j()
3514 EmitUint8((offset - kShortSize) & 0xFF); in j()
3531 static const int kShortSize = 2; in j() local
3534 CHECK(IsInt<8>(offset - kShortSize)); in j()
3536 EmitUint8((offset - kShortSize) & 0xFF); in j()
3547 static const int kShortSize = 2; in jecxz() local
3550 CHECK(IsInt<8>(offset - kShortSize)); in jecxz()
3552 EmitUint8((offset - kShortSize) & 0xFF); in jecxz()
3575 static const int kShortSize = 2; in jmp() local
[all …]
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc4714 static const int kShortSize = 2; in j() local
4718 if (IsInt<8>(offset - kShortSize)) { in j()
4720 EmitUint8((offset - kShortSize) & 0xFF); in j()
4737 static const int kShortSize = 2; in j() local
4740 CHECK(IsInt<8>(offset - kShortSize)); in j()
4742 EmitUint8((offset - kShortSize) & 0xFF); in j()
4753 static const int kShortSize = 2; in jrcxz() local
4756 CHECK(IsInt<8>(offset - kShortSize)); in jrcxz()
4758 EmitUint8((offset - kShortSize) & 0xFF); in jrcxz()
4783 static const int kShortSize = 2; in jmp() local
[all …]