Home
last modified time | relevance | path

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

/art/runtime/
Dutils.h115 static inline bool IsInt(int N, word value) { in IsInt() function
Ddex_file.cc1150 CHECK(IsInt(8, jval_.i)); in Next()
1154 CHECK(IsInt(16, jval_.i)); in Next()
/art/compiler/utils/x86/
Dassembler_x86.h38 bool is_int8() const { return IsInt(8, value_); } in is_int8()
Dassembler_x86.cc1157 if (IsInt(8, offset - kShortSize)) { in j()
1192 if (IsInt(8, offset - kShortSize)) { in jmp()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h45 bool is_int8() const { return IsInt(8, value_); } in is_int8()
Dassembler_x86_64.cc1351 if (IsInt(8, offset - kShortSize)) { in j()
1388 if (IsInt(8, offset - kShortSize)) { in jmp()
/art/compiler/utils/mips/
Dassembler_mips.cc126 CHECK(IsInt(POPCOUNT(kBranchOffsetMask), offset)) << offset; in EncodeBranchOffset()
/art/compiler/utils/arm/
Dassembler_arm32.cc1224 CHECK(IsInt(POPCOUNT(kBranchOffsetMask), offset)) << offset; in EncodeBranchOffset()