Home | History | Annotate | Download | only in compiler

Lines Matching refs:NewConstant

812 Type Type::NewConstant(double value, Zone* zone) {
825 Type Type::NewConstant(JSHeapBroker* js_heap_broker, Handle<i::Object> value,
829 return NewConstant(static_cast<double>(ref.AsSmi()), zone);
832 return NewConstant(ref.AsHeapNumber().value(), zone);