Home
last modified time | relevance | path

Searched refs:AsOtherNumberConstant (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dtypes.cc70 return this->AsOtherNumberConstant()->Value(); in Min()
88 return this->AsOtherNumberConstant()->Value(); in Max()
128 return AsOtherNumberConstant()->Lub(); in BitsetLub()
483 this->AsOtherNumberConstant()->Value() == in SimplyEquals()
484 that.AsOtherNumberConstant()->Value(); in SimplyEquals()
999 os << "OtherNumberConstant(" << this->AsOtherNumberConstant()->Value() in PrintTo()
1094 const OtherNumberConstantType* Type::AsOtherNumberConstant() const { in AsOtherNumberConstant() function in v8::internal::compiler::Type
Dtypes.h405 const OtherNumberConstantType* AsOtherNumberConstant() const;