HomeSort by relevance Sort by last modified time
    Searched refs:IsDouble (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/chromium_org/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();
field-index-inl.h 100 details.representation().IsDouble());
hydrogen-uint32-analysis.cc 47 DCHECK(HChange::cast(use)->to().IsDouble() ||
  /external/chromium_org/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-selector-unittest.cc 95 if (sequence.IsDouble(virtual_register)) {
100 EXPECT_FALSE(sequence.IsDouble(virtual_register));
168 EXPECT_TRUE(s.IsDouble(param->id()));
231 EXPECT_EQ(s.IsDouble(phi->id()), s.IsDouble(param0->id()));
232 EXPECT_EQ(s.IsDouble(phi->id()), s.IsDouble(param1->id()));
instruction-selector.h 120 bool IsDouble(const Node* node) const;
  /external/chromium_org/v8/test/cctest/compiler/
instruction-selector-tester.h 88 if (sequence.IsDouble(vreg)) {
93 CHECK(!sequence.IsDouble(vreg));
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 783 DCHECK(instr->representation().IsDouble());
784 DCHECK(instr->left()->representation().IsDouble());
785 DCHECK(instr->right()->representation().IsDouble());
880 } else if (instr->representation().IsDouble()) {
987 if (r.IsInteger32() || r.IsSmi() || r.IsDouble()) {
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 359 hydrogen()->value()->representation().IsDouble());
718 DCHECK(instr->representation().IsDouble());
719 DCHECK(instr->left()->representation().IsDouble());
720 DCHECK(instr->right()->representation().IsDouble());
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 366 hydrogen()->value()->representation().IsDouble());
725 DCHECK(instr->representation().IsDouble());
726 DCHECK(instr->left()->representation().IsDouble());
727 DCHECK(instr->right()->representation().IsDouble());
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 366 hydrogen()->value()->representation().IsDouble());
725 DCHECK(instr->representation().IsDouble());
726 DCHECK(instr->left()->representation().IsDouble());
727 DCHECK(instr->right()->representation().IsDouble());
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 408 hydrogen()->value()->representation().IsDouble());
758 DCHECK(instr->representation().IsDouble());
759 DCHECK(instr->left()->representation().IsDouble());
760 DCHECK(instr->right()->representation().IsDouble());
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 419 hydrogen()->value()->representation().IsDouble());
757 DCHECK(instr->representation().IsDouble());
758 DCHECK(instr->left()->representation().IsDouble());
759 DCHECK(instr->right()->representation().IsDouble());
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 403 hydrogen()->value()->representation().IsDouble());
741 DCHECK(instr->representation().IsDouble());
742 DCHECK(instr->left()->representation().IsDouble());
743 DCHECK(instr->right()->representation().IsDouble());
    [all...]
  /art/compiler/dex/
reg_storage.h 171 constexpr bool IsDouble() const {
187 static constexpr bool IsDouble(uint16_t reg) {
  /art/runtime/verifier/
reg_type_test.cc 96 EXPECT_FALSE(bool_reg_type.IsDouble());
128 EXPECT_FALSE(byte_reg_type.IsDouble());
160 EXPECT_FALSE(char_reg_type.IsDouble());
192 EXPECT_FALSE(short_reg_type.IsDouble());
224 EXPECT_FALSE(int_reg_type.IsDouble());
256 EXPECT_FALSE(long_reg_type.IsDouble());
288 EXPECT_FALSE(float_reg_type.IsDouble());
320 EXPECT_TRUE(double_reg_type.IsDouble());
  /external/chromium_org/v8/src/ic/arm/
handler-compiler-arm.cc 371 } else if (representation.IsDouble()) {
439 if (representation.IsDouble()) {
447 if (!representation.IsDouble()) {
460 if (representation.IsDouble()) {
468 if (!representation.IsDouble()) {
  /external/chromium_org/v8/src/ic/ia32/
handler-compiler-ia32.cc 367 } else if (representation.IsDouble()) {
434 if (representation.IsDouble()) {
442 if (!representation.IsDouble()) {
453 if (representation.IsDouble()) {
461 if (!representation.IsDouble()) {
  /external/chromium_org/v8/src/ic/mips/
handler-compiler-mips.cc 366 } else if (representation.IsDouble()) {
435 if (representation.IsDouble()) {
443 if (!representation.IsDouble()) {
455 if (representation.IsDouble()) {
463 if (!representation.IsDouble()) {
  /external/chromium_org/v8/src/ic/mips64/
handler-compiler-mips64.cc 366 } else if (representation.IsDouble()) {
435 if (representation.IsDouble()) {
443 if (!representation.IsDouble()) {
455 if (representation.IsDouble()) {
463 if (!representation.IsDouble()) {
  /external/chromium_org/v8/src/ic/x64/
handler-compiler-x64.cc 362 } else if (representation.IsDouble()) {
428 if (representation.IsDouble()) {
436 if (!representation.IsDouble()) {
447 if (representation.IsDouble()) {
455 if (!representation.IsDouble()) {
  /external/chromium_org/v8/src/ic/x87/
handler-compiler-x87.cc 367 } else if (representation.IsDouble()) {
436 if (representation.IsDouble()) {
444 if (!representation.IsDouble()) {
455 if (representation.IsDouble()) {
463 if (!representation.IsDouble()) {
  /art/compiler/dex/quick/mips/
utility_mips.cc 28 DCHECK_EQ(r_dest.IsDouble(), r_src.IsDouble());
29 if (r_dest.IsDouble()) {
  /external/chromium_org/v8/src/ic/arm64/
handler-compiler-arm64.cc 420 } else if (representation.IsDouble()) {
480 Register prop_reg = representation.IsDouble() ? storage_reg : value_reg;
488 if (!representation.IsDouble()) {
505 if (!representation.IsDouble()) {
  /art/compiler/dex/quick/arm/
utility_arm.cc 706 DCHECK(r_dest.IsDouble());
772 DCHECK(r_src.IsDouble());
    [all...]

Completed in 596 milliseconds

1 2 3 4