Searched defs:copy (Results 1 – 12 of 12) sorted by relevance
| /art/tools/dexfuzz/src/dexfuzz/ |
| D | StreamConsumer.java | 98 List<String> copy = new ArrayList<String>(output); in getOutput() local
|
| /art/dex2oat/ |
| D | dex2oat_test.cc | 201 std::vector<std::string> copy(extra_args); local 304 std::vector<std::string> copy(extra_args); local
|
| /art/runtime/base/ |
| D | stringpiece.cc | 37 StringPiece::size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy() function in art::StringPiece
|
| /art/compiler/ |
| D | image_writer.cc | 1616 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/ |
| D | patchoat.cc | 621 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()
|
| D | patchoat.h | 194 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {} in PatchVisitor()
|
| /art/runtime/mirror/ |
| D | object.cc | 134 Object* copy; in Clone() local
|
| /art/compiler/utils/ |
| D | assembler_test_base.h | 458 std::string copy = file.substr(0, space_index - 1); in FileExists() local
|
| /art/test/449-checker-bce/src/ |
| D | Main.java | 261 static int[] constantIndexing3(int[] array1, int[] array2, boolean copy) { in constantIndexing3()
|
| /art/runtime/gc/space/ |
| D | image_space.cc | 1080 ArtMethod* copy = fixup_adapter.ForwardObject(orig); in RelocateInPlace() local 1094 ArtField* copy = fixup_adapter.ForwardObject(orig); in RelocateInPlace() local
|
| /art/runtime/ |
| D | check_jni.cc | 1375 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/ |
| D | method_verifier.cc | 4933 RegisterLineArenaUniquePtr copy; in UpdateRegisters() local
|