Searched refs:AsConstant (Results 1 – 15 of 15) sorted by relevance
89 if (this->IsConstant()) return this->AsConstant()->Value()->Number(); in Min()107 if (this->IsConstant()) return this->AsConstant()->Value()->Number(); in Max()152 if (type->IsConstant()) return type->AsConstant()->Bound()->AsBitset(); in Lub()403 && *this->AsConstant()->Value() == *that->AsConstant()->Value(); in SimplyEquals()465 Contains(that->AsRange(), *this->AsConstant()->Value())); in SlowIs()480 i::Object* object = *this->AsConstant()->Value(); in NowIs()533 return Contains(this->AsRange(), *that->AsConstant()->Value()); in Maybe()539 return Contains(that->AsRange(), *this->AsConstant()->Value()); in Maybe()708 Contains(lhs->AsRange(), *rhs->AsConstant()->Value())) { in IntersectAux()719 Contains(rhs->AsRange(), *lhs->AsConstant()->Value())) { in IntersectAux()[all …]
443 ConstantType* AsConstant() { return ConstantType::cast(this); } in AsConstant() function
5371 Handle<Object> constant_object = cell->type()->AsConstant()->Value(); in VisitVariableProxy()6492 Handle<Object> constant = cell->type()->AsConstant()->Value(); in HandleGlobalVariableAssignment()
538 base_type->AsConstant()->Value()->IsJSTypedArray()) { in ReduceJSLoadProperty()540 JSTypedArray* array = JSTypedArray::cast(*base_type->AsConstant()->Value()); in ReduceJSLoadProperty()578 base_type->AsConstant()->Value()->IsJSTypedArray()) { in ReduceJSStoreProperty()580 JSTypedArray* array = JSTypedArray::cast(*base_type->AsConstant()->Value()); in ReduceJSStoreProperty()
543 context = Handle<Context>::cast(context_type->AsConstant()->Value()); in TypeJSLoadContext()554 context = Handle<Context>::cast(context_type->AsConstant()->Value()); in TypeJSLoadContext()
162 ? Handle<JSGlobalObject>::cast(type()->AsConstant()->Value()) in NonexistentFrontendHeader()
725 Handle<JSGlobalObject>::cast(type->AsConstant()->Value())->map()); in TypeToMap()
512 current = Handle<JSObject>::cast(type()->AsConstant()->Value()); in CheckPrototypes()
562 current = Handle<JSObject>::cast(type()->AsConstant()->Value()); in CheckPrototypes()
516 current = Handle<JSObject>::cast(type()->AsConstant()->Value()); in CheckPrototypes()
526 current = Handle<JSObject>::cast(type()->AsConstant()->Value()); in CheckPrototypes()
518 current = Handle<JSObject>::cast(type()->AsConstant()->Value()); in CheckPrototypes()
524 current = Handle<JSObject>::cast(type()->AsConstant()->Value()); in CheckPrototypes()
519 CHECK(*value == *type->AsConstant()->Value()); in Constant()