Home | History | Annotate | Download | only in vm

Lines Matching refs:newLen

1093         size_t newLen = actualLength(len);
1094 u1* newBuf = debugAlloc(newLen);
1098 for (size_t i = 0; i < newLen / 2; i++) {