HomeSort by relevance Sort by last modified time
    Searched refs:IsInt (Results 1 - 8 of 8) sorted by null

  /art/runtime/
utils.h 73 static inline bool IsInt(int N, word value) {
dex_file.cc 975 CHECK(IsInt(8, jval_.i));
979 CHECK(IsInt(16, jval_.i));
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 38 bool is_int8() const { return IsInt(8, value_); }
assembler_x86.cc 1147 if (IsInt(8, offset - kShortSize)) {
1182 if (IsInt(8, offset - kShortSize)) {
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 138 CHECK(IsInt(CountOneBits(kBranchOffsetMask), offset)) << offset;
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 749 bool IsInt;
757 void makeComplexFloat() { IsInt = false; }
758 bool isComplexFloat() const { return !IsInt; }
762 void makeComplexInt() { IsInt = true; }
763 bool isComplexInt() const { return IsInt; }
    [all...]
  /art/compiler/utils/arm/
assembler_arm.cc     [all...]

Completed in 88 milliseconds