HomeSort by relevance Sort by last modified time
    Searched defs:IsDouble (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
instruction-selector-unittest.h 125 bool IsDouble(const InstructionOperand* operand) const {
126 return IsDouble(ToVreg(operand));
128 bool IsDouble(int virtual_register) const {
136 return !IsDouble(virtual_register) && !IsReference(virtual_register);
instruction.cc 375 bool InstructionSequence::IsDouble(int virtual_register) const {
  /art/compiler/dex/
reg_storage.h 172 constexpr bool IsDouble() const {
188 static constexpr bool IsDouble(uint16_t reg) {
  /art/runtime/verifier/
reg_type.h 56 virtual bool IsDouble() const { return false; }
528 bool IsDouble() const OVERRIDE { return true; }
    [all...]
  /external/v8/src/
property-details.h 97 return (IsDouble() && other.IsDouble()) ||
98 (!IsDouble() && !other.IsDouble());
153 bool IsDouble() const { return kind_ == kDouble; }
159 IsSmi() || IsInteger32() || IsDouble();
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 570 bool IsDouble = Left->getType()->isDoubleTy();
571 if (!IsFloat && !IsDouble)
    [all...]

Completed in 539 milliseconds