Searched refs:copy (Results 1 - 25 of 37) sorted by relevance

12

/art/tools/ahat/src/
H A DHelpHandler.java6 * You may obtain a copy of the License at
46 ByteStreams.copy(is, ps);
H A DStaticHandler.java6 * You may obtain a copy of the License at
52 ByteStreams.copy(is, os);
/art/tools/dexfuzz/src/dexfuzz/
H A DStreamConsumer.java6 * You may obtain a copy of the License at
96 // Take a copy of the Strings, so when we call output.clear(), we don't
98 List<String> copy = new ArrayList<String>(output);
99 return copy;
/art/runtime/mirror/
H A Dobject.cc6 * You may obtain a copy of the License at
66 // Unused since we don't copy class native roots.
85 // object above, copy references fields one by one again with a
134 Object* copy; local
137 copy = heap->AllocObject<true>(self, GetClass(), num_bytes, visitor);
139 copy = heap->AllocNonMovableObject<true>(self, GetClass(), num_bytes, visitor);
141 return copy;
/art/compiler/
H A Dimage_writer.cc6 * You may obtain a copy of the License at
394 LOG(FATAL) << "Fat locked object " << object << " found during object copy";
398 LOG(FATAL) << "Thin locked object " << object << " found during object copy";
1029 // of dex caches first and then lock it again to copy the dex
1421 // Transform each object's bin slot into an offset which will be used to do the final copy.
1588 void ImageWriter::CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy) { argument
1593 copy->SetInterfaceMethod(i, target_ptr_size_, NativeLocationInImage(interface_method));
1594 copy->SetImplementationMethod(i,
1627 // For arrays, copy just the header since the elements will get copied by their corresponding
1643 // Nothing to copy her
1791 FixupVisitor(ImageWriter* image_writer, Object* copy) argument
1826 FixupClassVisitor(ImageWriter* image_writer, Object* copy) argument
1890 FixupClass(mirror::Class* orig, mirror::Class* copy) argument
1899 FixupObject(Object* orig, Object* copy) argument
2000 ArtMethod* copy = NativeLocationInImage(orig); local
2012 ArtField* copy = NativeLocationInImage(orig); local
2107 CopyAndFixupMethod(ArtMethod* orig, ArtMethod* copy, const ImageInfo& image_info) argument
[all...]
H A Dimage_writer.h6 * You may obtain a copy of the License at
402 void CopyAndFixupMethod(ArtMethod* orig, ArtMethod* copy, const ImageInfo& image_info)
404 void CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy)
406 void FixupClass(mirror::Class* orig, mirror::Class* copy)
408 void FixupObject(mirror::Object* orig, mirror::Object* copy)
466 // Location of where the temporary copy of the object currently is.
H A Dexception_test.cc6 * You may obtain a copy of the License at
79 std::copy(fake_code_.begin(),
/art/patchoat/
H A Dpatchoat.cc6 * You may obtain a copy of the License at
535 // Note that we require that ReadFromMemory does not make an internal copy of the elements.
548 // Note that we require that ReadFromMemory does not make an internal copy of the elements.
610 ArtMethod* copy = RelocatedAddressOfPointer(orig); local
611 mirror::DexCache::SetElementPtrSize(copy_methods, j, copy, pointer_size);
623 ArtField* copy = RelocatedAddressOfPointer(orig); local
624 mirror::DexCache::SetElementPtrSize(copy_fields, j, copy, pointer_size);
683 mirror::Object* copy = RelocatedCopyOf(object); local
684 CHECK(copy != nullptr);
689 copy
726 FixupMethod(ArtMethod* object, ArtMethod* copy) argument
[all...]
H A Dpatchoat.h6 * You may obtain a copy of the License at
107 void FixupMethod(ArtMethod* object, ArtMethod* copy)
189 // Walks through the old image and patches the mmap'd copy of it to the new offset. It does not
193 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {} argument
/art/libart_fake/
H A DAndroid.mk5 # You may obtain a copy of the License at
/art/tools/dmtracedump/
H A DAndroid.mk5 # You may obtain a copy of the License at
/art/runtime/interpreter/mterp/arm/
H A Dop_double_to_long.S18 mov r4, r0 @ save a copy of r0
/art/test/701-easy-div-rem/
H A DgenMain.py5 # You may obtain a copy of the License at
50 local_vars = default_vars.copy()
91 * You may obtain a copy of the License at
/art/runtime/gc/accounting/
H A Dbitmap.cc6 * You may obtain a copy of the License at
74 std::copy(source_bitmap->Begin(),
H A Dspace_bitmap.cc6 * You may obtain a copy of the License at
107 std::copy(source_bitmap->Begin(), source_bitmap->Begin() + source_bitmap->Size() / sizeof(intptr_t), Begin());
/art/dexdump/
H A DAndroid.mk5 # You may obtain a copy of the License at
/art/dexlist/
H A DAndroid.mk5 # You may obtain a copy of the License at
/art/runtime/base/
H A Dstringpiece.cc6 * You may obtain a copy of the License at
37 StringPiece::size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { function in class:art::StringPiece
H A Dstringpiece.h6 * You may obtain a copy of the License at
142 size_type copy(char* buf, size_type n, size_type pos = 0) const;
H A Darena_allocator.cc6 * You may obtain a copy of the License at
96 std::copy(other.alloc_stats_, other.alloc_stats_ + arraysize(alloc_stats_), alloc_stats_);
/art/compiler/driver/
H A Dcompiled_method_storage.cc6 * You may obtain a copy of the License at
39 std::copy(array.begin(), array.end(), array_copy->begin());
/art/runtime/gc/space/
H A Dimage_space.cc6 * You may obtain a copy of the License at
535 // Something is wrong with the relocated copy (even though checksums match). Cleanup.
1092 ArtMethod* copy = fixup_adapter.ForwardObject(orig); local
1093 if (orig != copy) {
1094 mirror::DexCache::SetElementPtrSize(new_methods, j, copy, pointer_size);
1106 ArtField* copy = fixup_adapter.ForwardObject(orig); local
1107 if (orig != copy) {
1108 mirror::DexCache::SetElementPtrSize(new_fields, j, copy, pointer_size);
1140 // Note that we require that ReadFromMemory does not make an internal copy of the elements.
/art/compiler/utils/
H A Dassembler_test_base.h6 * You may obtain a copy of the License at
458 std::string copy = file.substr(0, space_index - 1); local
461 return stat(copy.c_str(), &buf) == 0;
/art/test/449-checker-bce/src/
H A DMain.java6 * You may obtain a copy of the License at
261 static int[] constantIndexing3(int[] array1, int[] array2, boolean copy) { argument
262 if (!copy) {
/art/runtime/
H A Dcheck_jni.cc6 * You may obtain a copy of the License at
166 // owned copy of the VarArgs. This is because getting the next argument from a va_list is a
1375 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); local
1380 const_cast<char*>(copy->StartRedZone())[i] = kCanary[j];
1389 memcpy(const_cast<uint8_t*>(copy->BufferWithinRedZones()), original_buf, len);
1393 const_cast<char*>(copy->EndRedZone())[i] = kCanary[j];
1401 return const_cast<uint8_t*>(copy->BufferWithinRedZones());
1405 * Create a guarded copy of a primitive array. Modifications to the copied
1423 * Perform the array "release" operation, which may or may not copy data
1433 GuardedCopy* const copy local
1449 GuardedCopy* copy = FromEmbedded(embedded_buf); local
1463 const GuardedCopy* copy = FromEmbedded(embedded_buf); local
[all...]

Completed in 561 milliseconds

12