Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DEmulatedStackFrame.java212 public void copyRangeTo(EmulatedStackFrame other, Range fromRange, int referencesStart, in copyRangeTo() argument
214 if (fromRange.numReferences > 0) { in copyRangeTo()
215 System.arraycopy(references, fromRange.referencesStart, in copyRangeTo()
216 other.references, referencesStart, fromRange.numReferences); in copyRangeTo()
219 if (fromRange.numBytes > 0) { in copyRangeTo()
220 System.arraycopy(stackFrame, fromRange.stackFrameStart, in copyRangeTo()
221 other.stackFrame, primitivesStart, fromRange.numBytes); in copyRangeTo()