Home
last modified time | relevance | path

Searched refs:IsOtherNumberConstant (Results 1 – 9 of 9) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dtypes.cc83 DCHECK(this->IsOtherNumberConstant()); in Min()
101 DCHECK(this->IsOtherNumberConstant()); in Max()
141 if (IsOtherNumberConstant()) { in BitsetLub()
461 bool OtherNumberConstantType::IsOtherNumberConstant(double value) { in IsOtherNumberConstant() function in v8::internal::compiler::OtherNumberConstantType
468 bool OtherNumberConstantType::IsOtherNumberConstant(Object* value) { in IsOtherNumberConstant() function in v8::internal::compiler::OtherNumberConstantType
470 IsOtherNumberConstant(HeapNumber::cast(value)->value()); in IsOtherNumberConstant()
490 if (this->IsOtherNumberConstant()) { in SimplyEquals()
491 return that.IsOtherNumberConstant() && in SimplyEquals()
830 DCHECK(OtherNumberConstantType::IsOtherNumberConstant(value)); in NewConstant()
935 if (this->IsHeapConstant() || this->IsOtherNumberConstant()) { in NumConstants()
[all …]
H A Dtypes.h406 bool IsOtherNumberConstant() const { in IsOtherNumberConstant() function
528 static bool IsOtherNumberConstant(double value);
529 static bool IsOtherNumberConstant(Object* value);
542 CHECK(IsOtherNumberConstant(value)); in OtherNumberConstantType()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dtypes.cc71 DCHECK(this->IsOtherNumberConstant()); in Min()
89 DCHECK(this->IsOtherNumberConstant()); in Max()
129 if (IsOtherNumberConstant()) { in BitsetLub()
474 bool OtherNumberConstantType::IsOtherNumberConstant(double value) { in IsOtherNumberConstant() function in v8::internal::compiler::OtherNumberConstantType
498 if (this->IsOtherNumberConstant()) { in SimplyEquals()
499 return that.IsOtherNumberConstant() && in SimplyEquals()
504 if (that.IsHeapConstant() || that.IsOtherNumberConstant()) return false; in SimplyEquals()
838 DCHECK(OtherNumberConstantType::IsOtherNumberConstant(value)); in Constant()
952 if (this->IsHeapConstant() || this->IsOtherNumberConstant()) { in NumConstants()
1020 } else if (this->IsOtherNumberConstant()) { in PrintTo()
H A Dtypes.h400 bool IsOtherNumberConstant() const { in IsOtherNumberConstant() function
532 static bool IsOtherNumberConstant(double value);
545 CHECK(IsOtherNumberConstant(value)); in OtherNumberConstantType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dtypes.cc70 DCHECK(this->IsOtherNumberConstant()); in Min()
88 DCHECK(this->IsOtherNumberConstant()); in Max()
128 if (IsOtherNumberConstant()) { in BitsetLub()
489 bool OtherNumberConstantType::IsOtherNumberConstant(double value) { in IsOtherNumberConstant() function in v8::internal::compiler::OtherNumberConstantType
513 if (this->IsOtherNumberConstant()) { in SimplyEquals()
514 return that.IsOtherNumberConstant() && in SimplyEquals()
519 if (that.IsHeapConstant() || that.IsOtherNumberConstant()) return false; in SimplyEquals()
853 DCHECK(OtherNumberConstantType::IsOtherNumberConstant(value)); in Constant()
960 if (this->IsHeapConstant() || this->IsOtherNumberConstant()) { in NumConstants()
1029 } else if (this->IsOtherNumberConstant()) { in PrintTo()
H A Dtypes.h399 bool IsOtherNumberConstant() const { in IsOtherNumberConstant() function
527 static bool IsOtherNumberConstant(double value);
540 CHECK(IsOtherNumberConstant(value)); in OtherNumberConstantType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dtypes.cc70 DCHECK(this->IsOtherNumberConstant()); in Min()
88 DCHECK(this->IsOtherNumberConstant()); in Max()
128 if (IsOtherNumberConstant()) { in BitsetLub()
448 bool OtherNumberConstantType::IsOtherNumberConstant(double value) { in IsOtherNumberConstant() function in v8::internal::compiler::OtherNumberConstantType
472 if (this->IsOtherNumberConstant()) { in SimplyEquals()
473 return that.IsOtherNumberConstant() && in SimplyEquals()
478 if (that.IsHeapConstant() || that.IsOtherNumberConstant()) return false; in SimplyEquals()
812 DCHECK(OtherNumberConstantType::IsOtherNumberConstant(value)); in Constant()
919 if (this->IsHeapConstant() || this->IsOtherNumberConstant()) { in NumConstants()
988 } else if (this->IsOtherNumberConstant()) { in PrintTo()
H A Dtypes.h404 bool IsOtherNumberConstant() const { in IsOtherNumberConstant() function
532 static bool IsOtherNumberConstant(double value);
545 CHECK(IsOtherNumberConstant(value)); in OtherNumberConstantType()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-types.cc107 t.IsOtherNumberConstant() + this->IsUnion(t)); in IsSomeType()
186 type.IsOtherNumberConstant() || type.IsRange()); in Constant()
195 } else if (type.IsOtherNumberConstant()) { in Constant()
214 if (type1.IsOtherNumberConstant() && type2.IsOtherNumberConstant()) { in Constant()
524 (type1.IsOtherNumberConstant() && type2.IsOtherNumberConstant()) || in Is1()
561 if (const_type1.IsOtherNumberConstant() && in Is2()
562 const_type2.IsOtherNumberConstant()) { in Is2()
702 if (const_type1.IsOtherNumberConstant() && in Maybe()
703 const_type2.IsOtherNumberConstant()) { in Maybe()