/dalvik/tests/011-array-copy/ |
D | expected.txt | 5 copy: 0,0,0: [0, 1, 2, 3, 4, 5, 6, 7] 6 copy: 0,0,8: [0, 1, 2, 3, 4, 5, 6, 7] 7 copy: 0,2,4: [0, 1, 0, 1, 2, 3, 6, 7] 8 copy: 2,0,4: [2, 3, 4, 5, 4, 5, 6, 7] 9 copy: 1,3,4: [0, 1, 2, 1, 2, 3, 4, 7] 10 copy: 3,1,4: [0, 3, 4, 5, 6, 5, 6, 7] 11 copy: 3,1,5: [0, 3, 4, 5, 6, 7, 6, 7] 12 copy: 1,3,5: [0, 1, 2, 1, 2, 3, 4, 5] 13 copy: 0,3,5: [0, 1, 2, 0, 1, 2, 3, 4] 14 copy: 3,0,5: [3, 4, 5, 6, 7, 5, 6, 7] [all …]
|
/dalvik/dx/ |
D | Android.mk | 25 $(copy-file-to-new-target) 45 $(copy-file-to-new-target) 63 $(copy-file-to-new-target) 80 $(copy-file-to-target)
|
/dalvik/vm/alloc/ |
D | Alloc.cpp | 225 Object* copy = (Object*)dvmMalloc(size, flags); in dvmCloneObject() local 226 if (copy == NULL) in dvmCloneObject() 229 DVM_OBJECT_INIT(copy, clazz); in dvmCloneObject() 232 memcpy((char*)copy + offset, (char*)obj + offset, size - offset); in dvmCloneObject() 236 dvmSetFinalizable(copy); in dvmCloneObject() 241 return copy; in dvmCloneObject()
|
/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/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/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/tools/dexdeps/ |
D | Android.mk | 34 $(copy-file-to-new-target)
|
/dalvik/vm/ |
D | IndirectRefTable.cpp | 311 Object** copy = new Object*[count]; in dump() local 313 copy[i] = table_[i].obj; in dump() 315 dvmDumpReferenceTableContents(copy, count, descr); in dump() 316 delete[] copy; in dump()
|
/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/035-dex-instance-var/ |
D | blort.j | 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/037-dex-static-final-var/ |
D | blort.j | 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/041-dex-abstract-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/dx/tests/104-verify-return-ops/ |
D | op_lreturn.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/101-verify-wide-math/ |
D | op_lsub.j | 5 ; You may obtain a copy of the License at
|
D | op_land.j | 5 ; You may obtain a copy of the License at
|
D | op_d2l.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/105-verify-load-store-ops/ |
D | op_lstore_1.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_dstore_1.j | 5 ; You may obtain a copy of the License at
|