Searched refs:newFrames (Results 1 – 1 of 1) sorted by relevance
541 StackFrameInfo[] newFrames = new StackFrameInfo[size]; in resize() local543 System.arraycopy(stackFrames, 0, newFrames, 0, startIndex); in resize()544 stackFrames = newFrames; in resize()807 LiveStackFrameInfo[] newFrames = new LiveStackFrameInfo[size]; in resize() local809 System.arraycopy(stackFrames, 0, newFrames, 0, startIndex); in resize()810 stackFrames = newFrames; in resize()