/art/runtime/ |
D | class_table.h | 56 TableSlot(const TableSlot& copy) : data_(copy.data_.load(std::memory_order_relaxed)) {} in TableSlot()
|
D | debugger.cc | 4931 char* copy = new char[str_len + 1]; in Add() local
|
/art/tools/dexfuzz/src/dexfuzz/ |
D | StreamConsumer.java | 98 List<String> copy = new ArrayList<String>(output); in getOutput() local
|
/art/libartbase/base/ |
D | bit_string.h | 257 BitString copy = *this; in Truncate() local
|
D | bit_table.h | 434 void* copy = allocator_->Alloc(region.size(), kArenaAllocBitTableBuilder); in Dedup() local
|
/art/oatdump/ |
D | oatdump_test.h | 267 size_t copy = std::min(kLineMax - line_len, len); in Exec() local
|
/art/openjdkjvmti/ |
D | ti_threadgroup.cc | 120 JvmtiUniquePtr<char[]> copy = CopyString(env, tmp_cstr, &result); in GetThreadGroupInfo() local
|
D | ti_field.cc | 103 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetFieldName() local
|
D | ti_class.cc | 729 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetClassSignature() local
|
D | OpenjdkJvmTi.cc | 1338 JvmtiUniquePtr<char[]> copy = CopyString(env, name_cstr, &res); in GetErrorName() local
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 131 CopyOption copy, in WriteElf() 153 CopyOption copy) { in WriteElf() 171 CopyOption copy) { in DoWriteElf() 671 void OatTest::TestZipFileInput(bool verify, CopyOption copy) { in TestZipFileInput()
|
D | image_writer.cc | 2785 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/ |
D | object.cc | 162 ObjPtr<Object> copy; in Clone() local
|
/art/runtime/jit/ |
D | debugger_interface.cc | 170 uint8_t* copy = new uint8_t[symfile.size()]; in CreateJITCodeEntryInternal() local
|
/art/compiler/utils/ |
D | assembler_test_base.h | 466 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/dex2oat/ |
D | dex2oat_test.cc | 258 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/ |
D | check_jni.cc | 1510 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/ |
D | loop_optimization.cc | 835 HInstruction* copy = entry.second; in TryPeelingForLoopInvariantExitsElimination() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 4972 RegisterLineArenaUniquePtr copy; in UpdateRegisters() local
|