D | EmulatedStackFrame.java | 106 public static final class Range { class in EmulatedStackFrame 113 private Range(int referencesStart, int numReferences, int stackFrameStart, int numBytes) { in Range() method in EmulatedStackFrame.Range 120 public static Range all(MethodType frameType) { in all() 124 public static Range of(MethodType frameType, int startArg, int endArg) { in of() 150 return new Range(referencesStart, numReferences, stackFrameStart, numBytes); in of() 212 public void copyRangeTo(EmulatedStackFrame other, Range fromRange, int referencesStart, in copyRangeTo()
|