Home
last modified time | relevance | path

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

123

/art/test/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 …]
/art/tools/
DAndroid.mk28 $(copy-file-to-new-target)
38 $(copy-file-to-new-target)
/art/compiler/
Dimage_writer.cc1185 FixupVisitor(ImageWriter* image_writer, Object* copy) : image_writer_(image_writer), copy_(copy) { in FixupVisitor() argument
1212 FixupClassVisitor(ImageWriter* image_writer, Object* copy) : FixupVisitor(image_writer, copy) { in FixupClassVisitor() argument
1229 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass() argument
1243 copy->SetSFieldsUnchecked(image_fields); in FixupClass()
1245 copy->SetIFieldsUnchecked(image_fields); in FixupClass()
1253 copy->SetDirectMethodsPtrUnchecked( in FixupClass()
1260 copy->SetVirtualMethodsPtr( in FixupClass()
1268 copy->SetEmbeddedVTableEntryUnchecked( in FixupClass()
1274 copy->SetEmbeddedImTableEntry( in FixupClass()
1278 FixupClassVisitor visitor(this, copy); in FixupClass()
[all …]
/art/runtime/mirror/
Dobject.cc129 Object* copy; in Clone() local
132 copy = heap->AllocObject<true>(self, GetClass(), num_bytes, visitor); in Clone()
134 copy = heap->AllocNonMovableObject<true>(self, GetClass(), num_bytes, visitor); in Clone()
136 return copy; in Clone()
/art/patchoat/
Dpatchoat.cc587 mirror::Object* copy = RelocatedCopyOf(object); in VisitObject() local
588 CHECK(copy != nullptr); in VisitObject()
593 copy->SetReadBarrierPointer(moved_to); in VisitObject()
594 DCHECK_EQ(copy->GetReadBarrierPointer(), moved_to); in VisitObject()
597 PatchOat::PatchVisitor visitor(this, copy); in VisitObject()
601 auto* copy_klass = down_cast<mirror::Class*>(copy); in VisitObject()
636 auto* dest = down_cast<mirror::AbstractMethod*>(copy); in VisitObject()
642 void PatchOat::FixupMethod(ArtMethod* object, ArtMethod* copy) { in FixupMethod() argument
644 copy->CopyFrom(object, pointer_size); in FixupMethod()
647 copy->SetDeclaringClass(RelocatedAddressOfPointer(object->GetDeclaringClass())); in FixupMethod()
[all …]
Dpatchoat.h103 void FixupMethod(ArtMethod* object, ArtMethod* copy)
177 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {} in PatchVisitor() argument
/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java98 List<String> copy = new ArrayList<String>(output); in getOutput() local
99 return copy; in getOutput()
/art/tools/dexfuzz/
DAndroid.mk36 $(copy-file-to-new-target)
/art/test/800-smali/smali/
Db_22331663_fail.smali15 # reject any use of this, even a copy. Previously this was a conflict. Conflicts must
Db_21863767.smali5 # You may obtain a copy of the License at
/art/test/701-easy-div-rem/
DgenMain.py35 local_vars = default_vars.copy()
/art/test/471-uninitialized-locals/smali/
DTest.smali6 # You may obtain a copy of the License at
/art/test/453-not-byte/smali/
DNotByte.smali5 # You may obtain a copy of the License at
/art/test/504-regression-baseline-entry/smali/
DTest.smali6 # You may obtain a copy of the License at
/art/test/506-verify-aput/smali/
DVerifyAPut1.smali5 # You may obtain a copy of the License at
DVerifyAPut2.smali5 # You may obtain a copy of the License at
/art/test/511-clinit-interface/smali/
DBogusInterface.smali5 # You may obtain a copy of the License at
/art/test/516-dead-move-result/smali/
DMoveResult.smali5 # You may obtain a copy of the License at
/art/test/501-regression-packed-switch/smali/
DTest.smali6 # You may obtain a copy of the License at
/art/test/425-invoke-super/smali/
Dsubclass.smali6 # You may obtain a copy of the License at
Dsuperclass.smali6 # You may obtain a copy of the License at
/art/test/518-null-array-get/smali/
DNullArray.smali5 # You may obtain a copy of the License at
/art/test/468-checker-bool-simplifier-regression/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/097-duplicate-method/src/
DTest.j5 ; You may obtain a copy of the License at
/art/test/434-invoke-direct/smali/
Dinvoke.smali6 # You may obtain a copy of the License at

123