Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.h56 TableSlot(const TableSlot& copy) : data_(copy.data_.load(std::memory_order_relaxed)) {} in TableSlot()
Ddebugger.cc4931 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/libartbase/base/
Dbit_string.h257 BitString copy = *this; in Truncate() local
Dbit_table.h434 void* copy = allocator_->Alloc(region.size(), kArenaAllocBitTableBuilder); in Dedup() local
/art/oatdump/
Doatdump_test.h267 size_t copy = std::min(kLineMax - line_len, len); in Exec() local
/art/openjdkjvmti/
Dti_threadgroup.cc120 JvmtiUniquePtr<char[]> copy = CopyString(env, tmp_cstr, &result); in GetThreadGroupInfo() local
Dti_field.cc103 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetFieldName() local
Dti_class.cc729 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetClassSignature() local
DOpenjdkJvmTi.cc1338 JvmtiUniquePtr<char[]> copy = CopyString(env, name_cstr, &res); in GetErrorName() local
/art/dex2oat/linker/
Doat_writer_test.cc131 CopyOption copy, in WriteElf()
153 CopyOption copy) { in WriteElf()
171 CopyOption copy) { in DoWriteElf()
671 void OatTest::TestZipFileInput(bool verify, CopyOption copy) { in TestZipFileInput()
Dimage_writer.cc2785 void ImageWriter::CopyAndFixupImTable(ImTable* orig, ImTable* copy) { in CopyAndFixupImTable()
2794 void ImageWriter::CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy) { in CopyAndFixupImtConflictTable()
3019 FixupVisitor(ImageWriter* image_writer, Object* copy) in FixupVisitor()
3070 FixupClassVisitor(ImageWriter* image_writer, Object* copy) in FixupClassVisitor()
3144 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass()
3174 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject()
3409 ArtMethod* copy, in CopyAndFixupMethod()
/art/runtime/mirror/
Dobject.cc162 ObjPtr<Object> copy; in Clone() local
/art/runtime/jit/
Ddebugger_interface.cc170 uint8_t* copy = new uint8_t[symfile.size()]; in CreateJITCodeEntryInternal() local
/art/compiler/utils/
Dassembler_test_base.h466 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/dex2oat/
Ddex2oat_test.cc258 std::vector<std::string> copy(extra_args); local
673 std::vector<std::string> copy(extra_args); local
990 std::vector<std::string> copy(extra_args); local
/art/runtime/jni/
Dcheck_jni.cc1510 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create() local
1568 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy() local
1584 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy() local
1598 const GuardedCopy* copy = FromEmbedded(embedded_buf); in Check() local
/art/compiler/optimizing/
Dloop_optimization.cc835 HInstruction* copy = entry.second; in TryPeelingForLoopInvariantExitsElimination() local
/art/runtime/verifier/
Dmethod_verifier.cc4972 RegisterLineArenaUniquePtr copy; in UpdateRegisters() local