Home | History | Annotate | Download | only in x87

Lines Matching refs:constructor

308   constructor()->PrintTo(stream);
1214 LOperand* constructor = UseFixed(instr->constructor(), edi);
1215 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);