/dalvik/dx/ |
D | Android.mk | 25 $(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/ |
D | Frame.java | 97 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()
|
D | LocalsArray.java | 49 public abstract LocalsArray copy(); in copy() method in LocalsArray
|
D | Merger.java | 67 result = locals1.copy(); in mergeLocals() 119 result = stack1.copy(); in mergeStack()
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | RegisterSpecSet.java | 384 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/ |
D | RegisterSpecSet.java | 383 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/ |
D | info.txt | 4 mark-local, with the second assignment eaten by copy-propogation.
|
/dalvik/dx/tests/034-dex-minimal/ |
D | blort.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/037-dex-static-final-var/ |
D | blort.j | 5 ; You may obtain a copy of the License at
|
/dalvik/tools/dexdeps/ |
D | Android.bp | 5 // You may obtain a copy of the License at
|
/dalvik/dx/tests/038-dex-instance-method/ |
D | blort.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/040-dex-constructor/ |
D | blort.j | 5 ; You may obtain a copy of the License at
|
/dalvik/tools/hprof-conv/ |
D | Android.bp | 5 // You may obtain a copy of the License at
|
/dalvik/dx/tests/035-dex-instance-var/ |
D | blort.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/041-dex-abstract-method/ |
D | blort.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dexgen/ |
D | Android.bp | 5 // You may obtain a copy of the License at
|
/dalvik/dx/tests/036-dex-static-var/ |
D | blort.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/105-verify-load-store-ops/ |
D | op_daload.j | 5 ; You may obtain a copy of the License at
|
D | op_astore_2.j | 5 ; You may obtain a copy of the License at
|
D | op_caload.j | 5 ; You may obtain a copy of the License at
|
D | op_iaload.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/107-verify-stack-ops/ |
D | op_dup_x2_case2.j | 5 ; You may obtain a copy of the License at
|
D | op_dup_x1_case1.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/104-verify-return-ops/ |
D | op_dreturn.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/101-verify-wide-math/ |
D | op_dneg.j | 5 ; You may obtain a copy of the License at
|