/dalvik/vm/alloc/ |
D | Alloc.c | 204 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(©->lock); in dvmCloneObject() 237 dvmWriteBarrierObject(copy); in dvmCloneObject() 239 return copy; in dvmCloneObject()
|
/dalvik/dx/ |
D | Android.mk | 25 $(copy-file-to-new-target) 45 $(copy-file-to-new-target) 62 $(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 | 50 public abstract LocalsArray copy(); in copy() method in LocalsArray
|
/dalvik/dx/src/com/android/dx/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/vm/native/ |
D | java_lang_System.c | 26 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/ |
D | Android.mk | 34 $(copy-file-to-new-target)
|
/dalvik/vm/arch/arm/ |
D | CallEABI.S | 182 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/ |
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/041-dex-abstract-method/ |
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/040-dex-constructor/ |
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/105-verify-load-store-ops/ |
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
|
D | op_fstore.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/102-verify-nonwide-math/ |
D | op_i2l.j | 5 ; You may obtain a copy of the License at
|
D | op_iand.j | 5 ; You may obtain a copy of the License at
|
D | op_ior.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/107-verify-stack-ops/ |
D | op_dup_x1_case1.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/101-verify-wide-math/ |
D | op_lcmp.j | 5 ; You may obtain a copy of the License at
|
/dalvik/dx/tests/104-verify-return-ops/ |
D | op_ireturn.j | 5 ; You may obtain a copy of the License at
|