Searched defs:copy (Results 1 – 11 of 11) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/ |
D | StreamConsumer.java | 98 List<String> copy = new ArrayList<String>(output); in getOutput() 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 | 1588 void ImageWriter::CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy) { in CopyAndFixupImtConflictTable() 1791 FixupVisitor(ImageWriter* image_writer, Object* copy) : image_writer_(image_writer), copy_(copy) { in FixupVisitor() 1826 FixupClassVisitor(ImageWriter* image_writer, Object* copy) : FixupVisitor(image_writer, copy) { in FixupClassVisitor() 1890 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass() 1899 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject() 2000 ArtMethod* copy = NativeLocationInImage(orig); in FixupDexCache() local 2012 ArtField* copy = NativeLocationInImage(orig); in FixupDexCache() local 2108 ArtMethod* copy, in CopyAndFixupMethod()
|
/art/patchoat/ |
D | patchoat.cc | 610 ArtMethod* copy = RelocatedAddressOfPointer(orig); in PatchDexFileArrays() local 623 ArtField* copy = RelocatedAddressOfPointer(orig); in PatchDexFileArrays() local 683 mirror::Object* copy = RelocatedCopyOf(object); in VisitObject() local 726 void PatchOat::FixupMethod(ArtMethod* object, ArtMethod* copy) { in FixupMethod()
|
D | patchoat.h | 193 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 | 1092 ArtMethod* copy = fixup_adapter.ForwardObject(orig); in RelocateInPlace() local 1106 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
|