Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.h56 TableSlot(const TableSlot& copy) : data_(copy.data_.load(std::memory_order_relaxed)) {} in TableSlot()
Dstack_map.cc66 CodeInfo copy; // Copy to dead-code-eliminate all fields that we do not need. in DecodeGcMasksOnly() local
75 CodeInfo copy; // Copy to dead-code-eliminate all fields that we do not need. in DecodeInlineInfoOnly() local
Ddebugger.cc834 char* copy = new char[str_len + 1]; in Add() local
/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java98 List<String> copy = new ArrayList<String>(output); in getOutput() local
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc141 std::unordered_map<jmethodID, uint64_t> copy; in RunDumpLoop() local
158 std::unordered_map<jmethodID, uint64_t> copy; in Shutdown() local
323 std::unordered_map<jmethodID, uint64_t> copy) { in DoDump()
/art/libartbase/base/
Dbit_string.h257 BitString copy = *this; in Truncate() local
Dbit_table.h431 void* copy = allocator_->Alloc(region.size(), kArenaAllocBitTableBuilder); in Dedup() local
/art/oatdump/
Doatdump_test.h278 size_t copy = std::min(kLineMax - line_len, len); variable
/art/dex2oat/linker/
Doat_writer_test.cc132 CopyOption copy, in WriteElf()
154 CopyOption copy, in WriteElf()
173 CopyOption copy) { in DoWriteElf()
709 void OatTest::TestZipFileInput(bool verify, CopyOption copy) { in TestZipFileInput()
Dimage_writer.cc2698 void ImageWriter::CopyAndFixupImTable(ImTable* orig, ImTable* copy) { in CopyAndFixupImTable()
2707 void ImageWriter::CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy) { in CopyAndFixupImtConflictTable()
2944 FixupVisitor(ImageWriter* image_writer, Object* copy) in FixupVisitor()
3031 FixupClassVisitor(ImageWriter* image_writer, Object* copy) in FixupClassVisitor()
3098 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass()
3135 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject()
3260 ArtMethod* copy, in CopyAndFixupMethod()
/art/openjdkjvmti/
Dti_threadgroup.cc123 JvmtiUniquePtr<char[]> copy = CopyString(env, tmp_cstr, &result); in GetThreadGroupInfo() local
Dti_field.cc184 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetFieldName() local
Dti_class.cc735 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetClassSignature() local
DOpenjdkJvmTi.cc1308 JvmtiUniquePtr<char[]> copy = CopyString(env, name_cstr, &res); in GetErrorName() local
/art/runtime/mirror/
Dobject.cc161 ObjPtr<Object> copy = heap->IsMovableObject(h_this.Get()) in Clone() local
/art/test/449-checker-bce/src/
DMain.java261 static int[] constantIndexing3(int[] array1, int[] array2, boolean copy) { in constantIndexing3()
/art/runtime/jit/
Ddebugger_interface.cc322 const uint8_t* copy = reinterpret_cast<const uint8_t*>(NativeInfo::Alloc(symfile.size())); in CreateJITCodeEntryInternal() local
/art/dex2oat/
Ddex2oat_test.cc233 std::vector<std::string> copy(extra_args); local
651 std::vector<std::string> copy(extra_args); local
865 std::vector<std::string> copy(extra_args); local
/art/runtime/jni/
Dcheck_jni.cc1560 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create() local
1618 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy() local
1634 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy() local
1648 const GuardedCopy* copy = FromEmbedded(embedded_buf); in Check() local
/art/compiler/optimizing/
Dloop_optimization.cc839 HInstruction* copy = entry.second; in TryPeelingForLoopInvariantExitsElimination() local
/art/libprofile/profile/
Dprofile_compilation_info_test.cc1806 std::list<T> copy(list); in sort() local
/art/runtime/verifier/
Dmethod_verifier.cc4909 RegisterLineArenaUniquePtr copy; in UpdateRegisters() local