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

  /external/v8/src/compiler/
types.cc 80 if (this->IsOtherNumberConstant())
97 if (this->IsOtherNumberConstant())
140 if (type->IsOtherNumberConstant())
449 bool OtherNumberConstantType::IsOtherNumberConstant(double value) {
456 bool OtherNumberConstantType::IsOtherNumberConstant(Object* value) {
458 IsOtherNumberConstant(HeapNumber::cast(value)->value());
478 if (this->IsOtherNumberConstant()) {
479 return that->IsOtherNumberConstant() &&
484 if (that->IsHeapConstant() || that->IsOtherNumberConstant()) return false;
831 DCHECK(OtherNumberConstantType::IsOtherNumberConstant(value))
    [all...]
types.h 317 static bool IsOtherNumberConstant(double value);
318 static bool IsOtherNumberConstant(Object* value);
336 CHECK(IsOtherNumberConstant(value));
578 bool IsOtherNumberConstant() {

Completed in 65 milliseconds