Home | History | Annotate | Download | only in x64

Lines Matching refs:constructor

288   constructor()->PrintTo(stream);
1196 LOperand* constructor = UseFixed(instr->constructor(), rdi);
1197 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);