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.java234 public void copyRangeTo(EmulatedStackFrame other, Range fromRange, int referencesStart, in copyRangeTo() argument
236 if (fromRange.numReferences > 0) { in copyRangeTo()
237 System.arraycopy(references, fromRange.referencesStart, in copyRangeTo()
238 other.references, referencesStart, fromRange.numReferences); in copyRangeTo()
241 if (fromRange.numBytes > 0) { in copyRangeTo()
242 System.arraycopy(stackFrame, fromRange.stackFrameStart, in copyRangeTo()
243 other.stackFrame, primitivesStart, fromRange.numBytes); in copyRangeTo()