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

  /external/v8/test/cctest/
test-type-info.cc 47 TypeInfo::Double().ThreeBitRepresentation()).IsDouble());
  /external/v8/src/ia32/
lithium-ia32.cc 870 ASSERT(instr->representation().IsDouble());
871 ASSERT(instr->left()->representation().IsDouble());
872 ASSERT(instr->right()->representation().IsDouble());
1054 } else if (r.IsDouble()) {
1055 ASSERT(left->representation().IsDouble());
1056 ASSERT(right->representation().IsDouble());
    [all...]
lithium-ia32.h 589 return hydrogen()->GetInputRepresentation().IsDouble();
606 return hydrogen()->GetInputRepresentation().IsDouble();
    [all...]
lithium-codegen-ia32.cc 300 } else if (r.IsDouble()) {
    [all...]
code-stubs-ia32.cc     [all...]
  /external/v8/src/arm/
lithium-arm.cc 876 ASSERT(instr->representation().IsDouble());
877 ASSERT(instr->left()->representation().IsDouble());
878 ASSERT(instr->right()->representation().IsDouble());
1058 } else if (r.IsDouble()) {
1059 ASSERT(left->representation().IsDouble());
1060 ASSERT(right->representation().IsDouble());
    [all...]
lithium-codegen-arm.cc 323 } else if (r.IsDouble()) {
357 } else if (r.IsDouble()) {
    [all...]
lithium-arm.h 596 return hydrogen()->GetInputRepresentation().IsDouble();
613 return hydrogen()->GetInputRepresentation().IsDouble();
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 871 ASSERT(instr->representation().IsDouble());
872 ASSERT(instr->left()->representation().IsDouble());
873 ASSERT(instr->right()->representation().IsDouble());
1055 } else if (r.IsDouble()) {
1056 ASSERT(left->representation().IsDouble());
1057 ASSERT(right->representation().IsDouble());
    [all...]
lithium-x64.h 580 return hydrogen()->GetInputRepresentation().IsDouble();
597 return hydrogen()->GetInputRepresentation().IsDouble();
    [all...]
lithium-codegen-x64.cc     [all...]
  /external/v8/src/
type-info.h 169 inline bool IsDouble() {
lithium-allocator.h 322 bool IsDouble() const { return assigned_register_kind_ == DOUBLE_REGISTERS; }
hydrogen-instructions.h 281 bool IsDouble() const { return kind_ == kDouble; }
    [all...]
lithium-allocator.cc 252 if (IsDouble()) {
    [all...]
hydrogen-instructions.cc 1040 if (r.IsDouble() && !has_double_value_) return NULL;
1160 } else if (r.IsDouble()) {
    [all...]
hydrogen.cc     [all...]

Completed in 525 milliseconds