Home | History | Annotate | Download | only in src

Lines Matching refs:HForceRepresentation

1512 HInstruction* HForceRepresentation::New(Zone* zone, HValue* context,
1519 return new(zone) HForceRepresentation(value, representation);
1523 OStream& HForceRepresentation::PrintDataTo(OStream& os) const { // NOLINT