Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:is_smi

2246   bool is_smi = HasSmiValue() && !could_be_heapobject;
2247 set_type(is_smi ? HType::Smi() : HType::TaggedNumber());
2272 bool is_smi = HasSmiValue() && !could_be_heapobject;
2273 set_type(is_smi ? HType::Smi() : HType::TaggedNumber());