Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc1568 static const int kShortSize = 2; in j() local
1572 if (IsInt<8>(offset - kShortSize)) { in j()
1574 EmitUint8((offset - kShortSize) & 0xFF); in j()
1591 static const int kShortSize = 2; in j() local
1594 CHECK(IsInt<8>(offset - kShortSize)); in j()
1596 EmitUint8((offset - kShortSize) & 0xFF); in j()
1607 static const int kShortSize = 2; in jecxz() local
1610 CHECK(IsInt<8>(offset - kShortSize)); in jecxz()
1612 EmitUint8((offset - kShortSize) & 0xFF); in jecxz()
1635 static const int kShortSize = 2; in jmp() local
[all …]
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2010 static const int kShortSize = 2; in j() local
2014 if (IsInt<8>(offset - kShortSize)) { in j()
2016 EmitUint8((offset - kShortSize) & 0xFF); in j()
2033 static const int kShortSize = 2; in j() local
2036 CHECK(IsInt<8>(offset - kShortSize)); in j()
2038 EmitUint8((offset - kShortSize) & 0xFF); in j()
2049 static const int kShortSize = 2; in jrcxz() local
2052 CHECK(IsInt<8>(offset - kShortSize)); in jrcxz()
2054 EmitUint8((offset - kShortSize) & 0xFF); in jrcxz()
2079 static const int kShortSize = 2; in jmp() local
[all …]