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

1 2 3

  /external/chromium_org/v8/src/
field-index.cc 19 lookup_result->representation().IsDouble());
property-details-inl.h 17 if (IsDouble() || is_more_general_than(Representation::Double())) {
property-details.h 102 return (IsDouble() && other.IsDouble()) ||
103 (!IsDouble() && !other.IsDouble());
160 bool IsDouble() const { return kind_ == kDouble; }
166 IsSmi() || IsInteger32() || IsDouble();
field-index-inl.h 74 details.representation().IsDouble());
hydrogen-uint32-analysis.cc 47 ASSERT(HChange::cast(use)->to().IsDouble() ||
hydrogen-range-analysis.cc 70 instr->to().IsDouble() ||
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 782 ASSERT(instr->representation().IsDouble());
783 ASSERT(instr->left()->representation().IsDouble());
784 ASSERT(instr->right()->representation().IsDouble());
879 } else if (instr->representation().IsDouble()) {
986 if (r.IsInteger32() || r.IsSmi() || r.IsDouble()) {
    [all...]
stub-cache-arm64.cc 253 ASSERT(!representation.IsDouble());
389 } else if (representation.IsDouble()) {
454 Register prop_reg = representation.IsDouble() ? storage_reg : value_reg;
462 if (!representation.IsDouble()) {
484 if (!representation.IsDouble()) {
549 } else if (representation.IsDouble()) {
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 359 hydrogen()->value()->representation().IsDouble());
724 ASSERT(instr->representation().IsDouble());
725 ASSERT(instr->left()->representation().IsDouble());
726 ASSERT(instr->right()->representation().IsDouble());
    [all...]
stub-cache-arm.cc 302 ASSERT(!representation.IsDouble());
427 } else if (representation.IsDouble()) {
501 if (representation.IsDouble()) {
509 if (!representation.IsDouble()) {
527 if (representation.IsDouble()) {
535 if (!representation.IsDouble()) {
600 } else if (representation.IsDouble()) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 364 hydrogen()->value()->representation().IsDouble());
729 ASSERT(instr->representation().IsDouble());
730 ASSERT(instr->left()->representation().IsDouble());
731 ASSERT(instr->right()->representation().IsDouble());
    [all...]
stub-cache-mips.cc 293 ASSERT(!representation.IsDouble());
414 } else if (representation.IsDouble()) {
488 if (representation.IsDouble()) {
496 if (!representation.IsDouble()) {
514 if (representation.IsDouble()) {
522 if (!representation.IsDouble()) {
590 } else if (representation.IsDouble()) {
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 408 hydrogen()->value()->representation().IsDouble());
765 ASSERT(instr->representation().IsDouble());
766 ASSERT(instr->left()->representation().IsDouble());
767 ASSERT(instr->right()->representation().IsDouble());
    [all...]
stub-cache-ia32.cc 303 ASSERT(!representation.IsDouble());
524 } else if (representation.IsDouble()) {
598 if (representation.IsDouble()) {
606 if (!representation.IsDouble()) {
622 if (representation.IsDouble()) {
630 if (!representation.IsDouble()) {
687 } else if (representation.IsDouble()) {
715 ASSERT(!representation.IsDouble());
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 393 hydrogen()->value()->representation().IsDouble());
738 ASSERT(instr->representation().IsDouble());
739 ASSERT(instr->left()->representation().IsDouble());
740 ASSERT(instr->right()->representation().IsDouble());
    [all...]
stub-cache-x64.cc 280 ASSERT(!representation.IsDouble());
490 } else if (representation.IsDouble()) {
563 if (representation.IsDouble()) {
571 if (!representation.IsDouble()) {
583 if (representation.IsDouble()) {
591 if (!representation.IsDouble()) {
644 } else if (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/x87/
lithium-x87.cc 419 hydrogen()->value()->representation().IsDouble());
751 ASSERT(instr->representation().IsDouble());
752 ASSERT(instr->left()->representation().IsDouble());
753 ASSERT(instr->right()->representation().IsDouble());
    [all...]
stub-cache-x87.cc 303 ASSERT(!representation.IsDouble());
524 } else if (representation.IsDouble()) {
599 if (representation.IsDouble()) {
607 if (!representation.IsDouble()) {
622 if (representation.IsDouble()) {
630 if (!representation.IsDouble()) {
686 } else if (representation.IsDouble()) {
716 ASSERT(!representation.IsDouble());
    [all...]
  /art/compiler/dex/quick/mips/
utility_mips.cc 28 DCHECK_EQ(r_dest.IsDouble(), r_src.IsDouble());
29 if (r_dest.IsDouble()) {
target_mips.cc 80 DCHECK(reg.IsDouble());
131 return reg.IsDouble()
  /art/compiler/dex/quick/arm/
utility_arm.cc 706 DCHECK(r_dest.IsDouble());
772 DCHECK(r_src.IsDouble());
    [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 135 DCHECK(r_dest.IsDouble());
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 33 DCHECK_EQ(r_dest.IsDouble(), r_src.IsDouble());
34 if (r_dest.IsDouble()) {
568 DCHECK(r_dest.IsDouble());
    [all...]

Completed in 641 milliseconds

1 2 3