Home
last modified time | relevance | path

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

12345678910

/dalvik/vm/alloc/
DAlloc.c204 Object* copy; in dvmCloneObject() local
227 copy = dvmMalloc(size, flags); in dvmCloneObject()
228 if (copy == NULL) in dvmCloneObject()
231 hprofFillInStackTrace(copy); in dvmCloneObject()
235 memcpy(copy, obj, size); in dvmCloneObject()
236 DVM_LOCK_INIT(&copy->lock); in dvmCloneObject()
237 dvmWriteBarrierObject(copy); in dvmCloneObject()
239 return copy; in dvmCloneObject()
/dalvik/dx/
DAndroid.mk25 $(copy-file-to-new-target)
45 $(copy-file-to-new-target)
62 $(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.java50 public abstract LocalsArray copy(); in copy() method in LocalsArray
/dalvik/dx/src/com/android/dx/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/vm/native/
Djava_lang_System.c26 static void copy(void *dest, const void *src, size_t n, bool sameArray, in copy() function
153 copy((u1*)dstArray->contents + dstPos * width, in Dalvik_java_lang_System_arraycopy()
175 copy((u1*)dstArray->contents + dstPos * width, in Dalvik_java_lang_System_arraycopy()
223 copy((u1*)dstArray->contents + dstPos * width, in Dalvik_java_lang_System_arraycopy()
/dalvik/tools/dexdeps/
DAndroid.mk34 $(copy-file-to-new-target)
/dalvik/vm/arch/arm/
DCallEABI.S182 mov r8, sp @ r8<- sp (arg copy dest)
322 beq .Lcopy_done @ zero args, skip stack copy
327 @ Set up to copy from r7 to r8. We copy from the second arg to the
334 @ We need to copy words from [r7] to [r8]. We walk forward through
/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/041-dex-abstract-method/
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/040-dex-constructor/
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/105-verify-load-store-ops/
Dop_caload.j5 ; You may obtain a copy of the License at
Dop_iaload.j5 ; You may obtain a copy of the License at
Dop_fstore.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/102-verify-nonwide-math/
Dop_i2l.j5 ; You may obtain a copy of the License at
Dop_iand.j5 ; You may obtain a copy of the License at
Dop_ior.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/107-verify-stack-ops/
Dop_dup_x1_case1.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/101-verify-wide-math/
Dop_lcmp.j5 ; You may obtain a copy of the License at
/dalvik/dx/tests/104-verify-return-ops/
Dop_ireturn.j5 ; You may obtain a copy of the License at

12345678910