Searched refs:OtherNumberConstantType (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dtypes.h294 class OtherNumberConstantType : public TypeBase { class in class:v8::internal::compiler::BitsetType
306 return AsType(new (zone->New(sizeof(OtherNumberConstantType)))
307 OtherNumberConstantType(value)); // NOLINT
310 static OtherNumberConstantType* cast(Type* type) {
312 return static_cast<OtherNumberConstantType*>(FromType(type));
315 explicit OtherNumberConstantType(double value) function in class:v8::internal::compiler::BitsetType::OtherNumberConstantType
511 return OtherNumberConstantType::New(value, zone);
565 OtherNumberConstantType* AsOtherNumberConstant() {
566 return OtherNumberConstantType::cast(this);
H A Dtypes.cc434 bool OtherNumberConstantType::IsOtherNumberConstant(double value) {
441 bool OtherNumberConstantType::IsOtherNumberConstant(Object* value) {
816 DCHECK(OtherNumberConstantType::IsOtherNumberConstant(value));

Completed in 127 milliseconds