Searched refs:stackFrameStart (Results 1 – 1 of 1) sorted by relevance
99 public final int stackFrameStart; field in EmulatedStackFrame.Range104 private Range(int referencesStart, int numReferences, int stackFrameStart, int numBytes) { in Range() argument107 this.stackFrameStart = stackFrameStart; in Range()130 int stackFrameStart = 0; in of() local139 stackFrameStart += getSize(cl); in of()152 return new Range(referencesStart, numReferences, stackFrameStart, numBytes); in of()242 System.arraycopy(stackFrame, fromRange.stackFrameStart, in copyRangeTo()