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 69 DCHECK(this->IsOtherNumberConstant());
87 DCHECK(this->IsOtherNumberConstant());
127 if (IsOtherNumberConstant()) {
457 bool OtherNumberConstantType::IsOtherNumberConstant(double value) {
481 if (this->IsOtherNumberConstant()) {
482 return that.IsOtherNumberConstant() &&
487 if (that.IsHeapConstant() || that.IsOtherNumberConstant()) return false;
821 DCHECK(OtherNumberConstantType::IsOtherNumberConstant(value));
929 if (this->IsHeapConstant() || this->IsOtherNumberConstant()) {
998 } else if (this->IsOtherNumberConstant()) {
    [all...]
types.h 399 bool IsOtherNumberConstant() const {
515 static bool IsOtherNumberConstant(double value);
528 CHECK(IsOtherNumberConstant(value));

Completed in 51 milliseconds