Home
last modified time | relevance | path

Searched refs:stackFrameStart (Results 1 – 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
DEmulatedStackFrame.java99 public final int stackFrameStart; field in EmulatedStackFrame.Range
104 private Range(int referencesStart, int numReferences, int stackFrameStart, int numBytes) { in Range() argument
107 this.stackFrameStart = stackFrameStart; in Range()
130 int stackFrameStart = 0; in of() local
139 stackFrameStart += getSize(cl); in of()
152 return new Range(referencesStart, numReferences, stackFrameStart, numBytes); in of()
242 System.arraycopy(stackFrame, fromRange.stackFrameStart, in copyRangeTo()