Home | History | Annotate | Download | only in arm64

Lines Matching defs:constructor

80   constructor()->PrintTo(stream);
1007 // The call to ArrayConstructCode will expect the constructor to be in x1.
1008 LOperand* constructor = UseFixed(instr->constructor(), x1);
1009 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);