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

/external/v8/src/compiler/
H A Dtypes.h313 class OtherNumberConstantType : public TypeBase { class in class:v8::internal::compiler::BitsetType
325 return AsType(new (zone->New(sizeof(OtherNumberConstantType)))
326 OtherNumberConstantType(value)); // NOLINT
329 static OtherNumberConstantType* cast(Type* type) {
331 return static_cast<OtherNumberConstantType*>(FromType(type));
334 explicit OtherNumberConstantType(double value) function in class:v8::internal::compiler::BitsetType::OtherNumberConstantType
530 return OtherNumberConstantType::New(value, zone);
584 OtherNumberConstantType* AsOtherNumberConstant() {
585 return OtherNumberConstantType::cast(this);
H A Dtypes.cc449 bool OtherNumberConstantType::IsOtherNumberConstant(double value) {
456 bool OtherNumberConstantType::IsOtherNumberConstant(Object* value) {
831 DCHECK(OtherNumberConstantType::IsOtherNumberConstant(value));

Completed in 65 milliseconds