Searched defs:copy (Results 1 – 11 of 11) sorted by relevance
49 public abstract LocalsArray copy(); in copy() method in LocalsArray
65 public ExecutionStack copy() { in copy() method in ExecutionStack
50 public OneLocalsArray copy() { in copy() method in OneLocalsArray
97 public Frame copy() { in copy() method in Frame
117 public LocalsArray copy() { in copy() method in LocalsArraySet
190 private void copy(InputStream in, OutputStream out) throws IOException { in copy() method in DexMergeTest
384 RegisterSpecSet copy = new RegisterSpecSet(len); in mutableCopy() local
256 public Insn copy() { in copy() method in Insn
383 RegisterSpecSet copy = new RegisterSpecSet(len); in mutableCopy() local
255 public Insn copy() { in copy() method in Insn
201 RegisterSpec[] copy = new RegisterSpec[orig.length]; in dupArray() local