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

/art/runtime/
H A Dutils.h115 static inline bool IsInt(int N, word value) { function in namespace:art
H A Ddex_file.cc1150 CHECK(IsInt(8, jval_.i));
1154 CHECK(IsInt(16, jval_.i));
/art/compiler/utils/x86/
H A Dassembler_x86.h38 bool is_int8() const { return IsInt(8, value_); }
H A Dassembler_x86.cc1157 if (IsInt(8, offset - kShortSize)) {
1192 if (IsInt(8, offset - kShortSize)) {
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h45 bool is_int8() const { return IsInt(8, value_); }
49 // This does not work on 32b machines: return IsInt(32, value_);
H A Dassembler_x86_64.cc1351 if (IsInt(8, offset - kShortSize)) {
1388 if (IsInt(8, offset - kShortSize)) {
/art/compiler/utils/mips/
H A Dassembler_mips.cc126 CHECK(IsInt(POPCOUNT(kBranchOffsetMask), offset)) << offset;
/art/compiler/utils/arm/
H A Dassembler_arm32.cc1224 CHECK(IsInt(POPCOUNT(kBranchOffsetMask), offset)) << offset;

Completed in 145 milliseconds