Searched refs:stackFrameStart (Results 1 – 2 of 2) sorted by relevance
110 public final int stackFrameStart; field in EmulatedStackFrame.Range113 private Range(int referencesStart, int numReferences, int stackFrameStart, int numBytes) { in Range() argument116 this.stackFrameStart = stackFrameStart; in Range()129 int stackFrameStart = 0; in of() local137 stackFrameStart += getSize(cl); in of()150 return new Range(referencesStart, numReferences, stackFrameStart, numBytes); in of()220 System.arraycopy(stackFrame, fromRange.stackFrameStart, in copyRangeTo()
135 final int stackFrameStart = range1.numBytes; in transform() local138 referencesStart, stackFrameStart); in transform()