/art/runtime/ |
D | class_table.h | 56 TableSlot(const TableSlot& copy) : data_(copy.data_.load(std::memory_order_relaxed)) {} in TableSlot()
|
D | stack_map.cc | 73 CodeInfo copy; // Copy to dead-code-eliminate all fields that we do not need. in DecodeGcMasksOnly() local 82 CodeInfo copy; // Copy to dead-code-eliminate all fields that we do not need. in DecodeInlineInfoOnly() local
|
D | debugger.cc | 834 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 | 431 void* copy = allocator_->Alloc(region.size(), kArenaAllocBitTableBuilder); in Dedup() local
|
/art/oatdump/ |
D | oatdump_test.h | 278 size_t copy = std::min(kLineMax - line_len, len); variable
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 132 CopyOption copy, in WriteElf() 154 CopyOption copy, in WriteElf() 173 CopyOption copy) { in DoWriteElf() 716 void OatTest::TestZipFileInput(bool verify, CopyOption copy) { in TestZipFileInput()
|
D | image_writer.cc | 2769 void ImageWriter::CopyAndFixupImTable(ImTable* orig, ImTable* copy) { in CopyAndFixupImTable() 2778 void ImageWriter::CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy) { in CopyAndFixupImtConflictTable() 3003 FixupVisitor(ImageWriter* image_writer, Object* copy) in FixupVisitor() 3066 FixupClassVisitor(ImageWriter* image_writer, Object* copy) in FixupClassVisitor() 3140 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass() 3177 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject() 3404 ArtMethod* copy, in CopyAndFixupMethod()
|
/art/openjdkjvmti/ |
D | ti_threadgroup.cc | 123 JvmtiUniquePtr<char[]> copy = CopyString(env, tmp_cstr, &result); in GetThreadGroupInfo() local
|
D | ti_field.cc | 184 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetFieldName() local
|
D | ti_class.cc | 734 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetClassSignature() local
|
D | OpenjdkJvmTi.cc | 1308 JvmtiUniquePtr<char[]> copy = CopyString(env, name_cstr, &res); in GetErrorName() local
|
/art/runtime/mirror/ |
D | object.cc | 161 ObjPtr<Object> copy = heap->IsMovableObject(h_this.Get()) in Clone() local
|
/art/test/449-checker-bce/src/ |
D | Main.java | 261 static int[] constantIndexing3(int[] array1, int[] array2, boolean copy) { in constantIndexing3()
|
/art/runtime/jit/ |
D | debugger_interface.cc | 322 const uint8_t* copy = reinterpret_cast<const uint8_t*>(NativeInfo::Alloc(symfile.size())); in CreateJITCodeEntryInternal() 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/dex2oat/ |
D | dex2oat_test.cc | 272 std::vector<std::string> copy(extra_args); local 685 std::vector<std::string> copy(extra_args); local 1027 std::vector<std::string> copy(extra_args); local
|
/art/compiler/optimizing/ |
D | loop_optimization.cc | 841 HInstruction* copy = entry.second; in TryPeelingForLoopInvariantExitsElimination() local
|
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 1713 std::list<T> copy(list); in sort() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 4979 RegisterLineArenaUniquePtr copy; in UpdateRegisters() local
|