| /art/tools/dexfuzz/src/dexfuzz/ |
| D | StreamConsumer.java | 98 List<String> copy = new ArrayList<String>(output); in getOutput() local
|
| /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 | 66 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
|
| D | runtime_image.cc | 899 ArtMethod* copy = &dest_array->At(i); in CopyMethodArrays() local 1207 mirror::Object* copy = in operator ()() local 1247 mirror::NativeArray<T>* copy = reinterpret_cast<mirror::NativeArray<T>*>(data.data() + offset); in CopyNativeDexCacheArray() local 1291 mirror::Object* copy = reinterpret_cast<mirror::Object*>(objects_.data() + offset); in CopyDexCache() local 1381 bool TryInitializeClass(mirror::Class* copy, ObjPtr<mirror::Class> cls, uint32_t class_offset) in TryInitializeClass() 1585 mirror::Class* copy = reinterpret_cast<mirror::Class*>(objects_.data() + offset); in CopyClass() local 1640 mirror::Object* copy = reinterpret_cast<mirror::Object*>(objects_.data() + offset); in CopyObject() local
|
| D | debugger.cc | 825 char* copy = new char[str_len + 1]; in Add() local
|
| D | class_linker.cc | 6822 bool copy = current_storage.data() != supplemental_storage->data(); in FindNewIfTableInterfaces() local
|
| /art/tools/jvmti-agents/simple-profile/ |
| D | simple_profile.cc | 142 std::unordered_map<jmethodID, uint64_t> copy; in RunDumpLoop() local 159 std::unordered_map<jmethodID, uint64_t> copy; in Shutdown() local 324 const std::unordered_map<jmethodID, uint64_t>& copy) { in DoDump()
|
| /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/openjdkjvmti/ |
| D | ti_threadgroup.cc | 122 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 | 732 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetClassSignature() local
|
| D | OpenjdkJvmTi.cc | 1302 JvmtiUniquePtr<char[]> copy = CopyString(env, name_cstr, &res); in GetErrorName() local
|
| /art/dex2oat/linker/ |
| D | oat_writer_test.cc | 133 CopyOption copy, in WriteElf() 156 CopyOption copy, in WriteElf() 176 CopyOption copy) { in DoWriteElf() 712 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() 3032 FixupVisitor(ImageWriter* image_writer, Object* copy) in FixupVisitor() 3122 FixupClassVisitor(ImageWriter* image_writer, Object* copy) in FixupClassVisitor() 3202 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass() 3240 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject() 3358 ArtMethod* copy, in CopyAndFixupMethod()
|
| /art/runtime/mirror/ |
| D | object.cc | 165 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/dex2oat/ |
| D | dex2oat_test.cc | 226 std::vector<std::string> copy(extra_args); local 637 std::vector<std::string> copy(extra_args); local 980 std::vector<std::string> copy(extra_args); local
|
| /art/runtime/jni/ |
| D | check_jni.cc | 1569 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create() local 1627 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy() local 1643 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy() local 1657 const GuardedCopy* copy = FromEmbedded(embedded_buf); in Check() local
|
| /art/compiler/optimizing/ |
| D | loop_optimization.cc | 921 HInstruction* copy = entry.second; in TryPeelingForLoopInvariantExitsElimination() local
|
| /art/libprofile/profile/ |
| D | profile_compilation_info_test.cc | 1852 std::list<T> copy(list); in sort() local
|
| /art/runtime/verifier/ |
| D | method_verifier.cc | 4839 RegisterLineArenaUniquePtr copy; in UpdateRegisters() local
|