Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 12 of 12) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java98 List<String> copy = new ArrayList<String>(output); in getOutput() local
/art/dex2oat/
Ddex2oat_test.cc201 std::vector<std::string> copy(extra_args); local
304 std::vector<std::string> copy(extra_args); local
/art/runtime/base/
Dstringpiece.cc37 StringPiece::size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy() function in art::StringPiece
/art/compiler/
Dimage_writer.cc1616 void ImageWriter::CopyAndFixupImTable(ImTable* orig, ImTable* copy) { in CopyAndFixupImTable()
1623 void ImageWriter::CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy) { in CopyAndFixupImtConflictTable()
1832 FixupVisitor(ImageWriter* image_writer, Object* copy) : image_writer_(image_writer), copy_(copy) { in FixupVisitor()
1867 FixupClassVisitor(ImageWriter* image_writer, Object* copy) : FixupVisitor(image_writer, copy) { in FixupClassVisitor()
1943 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass()
1952 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject()
2053 ArtMethod* copy = NativeLocationInImage(orig); in FixupDexCache() local
2065 ArtField* copy = NativeLocationInImage(orig); in FixupDexCache() local
2161 ArtMethod* copy, in CopyAndFixupMethod()
/art/patchoat/
Dpatchoat.cc621 ArtMethod* copy = RelocatedAddressOfPointer(orig); in PatchDexFileArrays() local
634 ArtField* copy = RelocatedAddressOfPointer(orig); in PatchDexFileArrays() local
695 mirror::Object* copy = RelocatedCopyOf(object); in VisitObject() local
738 void PatchOat::FixupMethod(ArtMethod* object, ArtMethod* copy) { in FixupMethod()
Dpatchoat.h194 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {} in PatchVisitor()
/art/runtime/mirror/
Dobject.cc134 Object* copy; in Clone() local
/art/compiler/utils/
Dassembler_test_base.h458 std::string copy = file.substr(0, space_index - 1); in FileExists() local
/art/test/449-checker-bce/src/
DMain.java261 static int[] constantIndexing3(int[] array1, int[] array2, boolean copy) { in constantIndexing3()
/art/runtime/gc/space/
Dimage_space.cc1080 ArtMethod* copy = fixup_adapter.ForwardObject(orig); in RelocateInPlace() local
1094 ArtField* copy = fixup_adapter.ForwardObject(orig); in RelocateInPlace() local
/art/runtime/
Dcheck_jni.cc1375 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create() local
1433 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy() local
1449 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy() local
1463 const GuardedCopy* copy = FromEmbedded(embedded_buf); in Check() local
/art/runtime/verifier/
Dmethod_verifier.cc4933 RegisterLineArenaUniquePtr copy; in UpdateRegisters() local