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

  /art/runtime/
utils.h 115 static inline bool IsInt(int N, word value) {
dex_file.cc     [all...]
  /art/compiler/utils/x86/
assembler_x86.h 38 bool is_int8() const { return IsInt(8, value_); }
assembler_x86.cc 1157 if (IsInt(8, offset - kShortSize)) {
1192 if (IsInt(8, offset - kShortSize)) {
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 45 bool is_int8() const { return IsInt(8, value_); }
49 // This does not work on 32b machines: return IsInt(32, value_);
assembler_x86_64.cc     [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 126 CHECK(IsInt(POPCOUNT(kBranchOffsetMask), offset)) << offset;
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 878 bool IsInt;
886 void makeComplexFloat() { IsInt = false; }
887 bool isComplexFloat() const { return !IsInt;
    [all...]
  /art/compiler/utils/arm/
assembler_arm32.cc     [all...]

Completed in 367 milliseconds