Home | History | Annotate | Download | only in arm

Lines Matching defs:constructor

274   constructor()->PrintTo(stream);
1161 LOperand* constructor = UseFixed(instr->constructor(), r1);
1162 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);