Searched refs:copy (Results 1 – 25 of 203) sorted by relevance
123456789
25 $(copy-file-to-new-target)43 $(copy-file-to-new-target)85 $(copy-file-to-new-target)106 $(copy-file-to-new-target)124 $(copy-file-to-new-target)141 $(copy-file-to-target)
34 $(copy-file-to-new-target)
97 public Frame copy() { in copy() method in Frame98 return new Frame(locals.copy(), stack.copy(), subroutines); in copy()397 ExecutionStack newStack = getStack().copy(); in makeExceptionHandlerStartFrame()
49 public abstract LocalsArray copy(); in copy() method in LocalsArray
383 RegisterSpecSet copy = new RegisterSpecSet(len); in mutableCopy() local388 copy.put(spec); in mutableCopy()392 copy.size = size; in mutableCopy()394 return copy; in mutableCopy()
384 RegisterSpecSet copy = new RegisterSpecSet(len); in mutableCopy() local389 copy.put(spec); in mutableCopy()393 copy.size = size; in mutableCopy()395 return copy; in mutableCopy()
4 mark-local, with the second assignment eaten by copy-propogation.
5 ; You may obtain a copy of the License at