Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 206) sorted by relevance

123456789

/dalvik/dx/
DAndroid.mk25 $(copy-file-to-new-target)
44 $(copy-file-to-new-target)
86 $(copy-file-to-new-target)
108 $(copy-file-to-new-target)
125 $(copy-file-to-target)
/dalvik/dx/src/com/android/dx/cf/code/
DFrame.java97 public Frame copy() { in copy() method in Frame
98 return new Frame(locals.copy(), stack.copy(), subroutines); in copy()
397 ExecutionStack newStack = getStack().copy(); in makeExceptionHandlerStartFrame()
DLocalsArray.java49 public abstract LocalsArray copy(); in copy() method in LocalsArray
DMerger.java67 result = locals1.copy(); in mergeLocals()
119 result = stack1.copy(); in mergeStack()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegisterSpecSet.java384 RegisterSpecSet copy = new RegisterSpecSet(len); in mutableCopy() local
389 copy.put(spec); in mutableCopy()
393 copy.size = size; in mutableCopy()
395 return copy; in mutableCopy()
/dalvik/dx/src/com/android/dx/rop/code/
DRegisterSpecSet.java383 RegisterSpecSet copy = new RegisterSpecSet(len); in mutableCopy() local
388 copy.put(spec); in mutableCopy()
392 copy.size = size; in mutableCopy()
394 return copy; in mutableCopy()
/dalvik/dx/tests/094-scala-locals/
Dinfo.txt4 mark-local, with the second assignment eaten by copy-propogation.
/dalvik/dx/tests/034-dex-minimal/
Dblort.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/037-dex-static-final-var/
Dblort.j5 ; You may obtain a copy of the License at
/dalvik/tools/dexdeps/
DAndroid.bp5 // You may obtain a copy of the License at
/dalvik/dx/tests/038-dex-instance-method/
Dblort.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/040-dex-constructor/
Dblort.j5 ; You may obtain a copy of the License at
/dalvik/tools/hprof-conv/
DAndroid.bp5 // You may obtain a copy of the License at
/dalvik/dx/tests/035-dex-instance-var/
Dblort.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/041-dex-abstract-method/
Dblort.j5 ; You may obtain a copy of the License at
/dalvik/dexgen/
DAndroid.bp5 // You may obtain a copy of the License at
/dalvik/dx/tests/036-dex-static-var/
Dblort.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/105-verify-load-store-ops/
Dop_daload.j5 ; You may obtain a copy of the License at
Dop_astore_2.j5 ; You may obtain a copy of the License at
Dop_caload.j5 ; You may obtain a copy of the License at
Dop_iaload.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/107-verify-stack-ops/
Dop_dup_x2_case2.j5 ; You may obtain a copy of the License at
Dop_dup_x1_case1.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/104-verify-return-ops/
Dop_dreturn.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/101-verify-wide-math/
Dop_dneg.j5 ; You may obtain a copy of the License at

123456789