Home
last modified time | relevance | path

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

12345678910

/dalvik/tests/011-array-copy/
Dexpected.txt5 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/
DAndroid.mk25 $(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/
DAlloc.cpp225 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/
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/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/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/tools/dexdeps/
DAndroid.mk34 $(copy-file-to-new-target)
/dalvik/vm/
DIndirectRefTable.cpp311 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/
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/035-dex-instance-var/
Dblort.j5 ; 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/037-dex-static-final-var/
Dblort.j5 ; 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/041-dex-abstract-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/dx/tests/104-verify-return-ops/
Dop_lreturn.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/101-verify-wide-math/
Dop_lsub.j5 ; You may obtain a copy of the License at
Dop_land.j5 ; You may obtain a copy of the License at
Dop_d2l.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/105-verify-load-store-ops/
Dop_lstore_1.j5 ; You may obtain a copy of the License at
Dop_caload.j5 ; You may obtain a copy of the License at
Dop_dstore_1.j5 ; You may obtain a copy of the License at

12345678910