Home | History | Annotate | Download | only in src

Lines Matching refs:HForceRepresentation

1497       Push(AddUncasted<HForceRepresentation>(key, Representation::Smi()));
2482 val = AddUncasted<HForceRepresentation>(val, Representation::Smi());
2489 val = AddUncasted<HForceRepresentation>(val, representation);
2632 // The HForceRepresentation is to prevent possible deopt on int-smi
2634 capacity = AddUncasted<HForceRepresentation>(capacity, Representation::Smi());
3258 builder()->AddUncasted<HForceRepresentation>(capacity,
3261 builder()->AddUncasted<HForceRepresentation>(length_field,
8836 search_element = AddUncasted<HForceRepresentation>(
8892 AddUncasted<HForceRepresentation>(search_element,
8908 AddUncasted<HForceRepresentation>(element,
9499 // The HForceRepresentation is to prevent possible deopt on int-smi
9501 length = AddUncasted<HForceRepresentation>(length, Representation::Smi());
9556 // The HForceRepresentation is to prevent possible deopt on int-smi
9558 length = AddUncasted<HForceRepresentation>(length, Representation::Smi());
9941 HInstruction* number_input = AddUncasted<HForceRepresentation>(Pop(), rep);
10177 return AddUncasted<HForceRepresentation>(number, Representation::Smi());
10180 return AddUncasted<HForceRepresentation>(number,
10465 // And should truncate on HForceRepresentation already.