Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java98 List<String> copy = new ArrayList<String>(output); in getOutput() local
/art/runtime/
Dclass_table.h56 TableSlot(const TableSlot& copy) : data_(copy.data_.load(std::memory_order_relaxed)) {} in TableSlot()
Druntime_image.cc904 ArtMethod* copy = &dest_array->At(i); in CopyMethodArrays() local
1222 mirror::Object* copy = in operator ()() local
1261 mirror::NativeArray<T>* copy = reinterpret_cast<mirror::NativeArray<T>*>(data.data() + offset); in CopyNativeDexCacheArray() local
1305 mirror::Object* copy = reinterpret_cast<mirror::Object*>(objects_.data() + offset); in CopyDexCache() local
1395 bool TryInitializeClass(mirror::Class* copy, ObjPtr<mirror::Class> cls, uint32_t class_offset) in TryInitializeClass()
1599 mirror::Class* copy = reinterpret_cast<mirror::Class*>(objects_.data() + offset); in CopyClass() local
1660 mirror::Object* copy = reinterpret_cast<mirror::Object*>(objects_.data() + offset); in CopyObject() local
Ddebugger.cc829 char* copy = new char[str_len + 1]; in Add() local
Dclass_linker.cc7251 bool copy = current_storage.data() != supplemental_storage->data(); in FindNewIfTableInterfaces() local
/art/runtime/oat/
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
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc142 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/
Dbit_string.h257 BitString copy = *this; in Truncate() local
Dbit_table.h433 void* copy = allocator_->Alloc(region.size(), kArenaAllocBitTableBuilder); in Dedup() local
/art/oatdump/
Doatdump_test.h296 size_t copy = std::min(kLineMax - line_len, len); variable
/art/openjdkjvmti/
Dti_threadgroup.cc122 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.cc726 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetClassSignature() local
DOpenjdkJvmTi.cc1301 JvmtiUniquePtr<char[]> copy = CopyString(env, name_cstr, &res); in GetErrorName() local
/art/runtime/mirror/
Dobject.cc165 ObjPtr<Object> copy = heap->IsMovableObject(h_this.Get()) in Clone() local
/art/dex2oat/linker/
Doat_writer_test.cc133 CopyOption copy, in WriteElf()
152 CopyOption copy, in WriteElf()
168 CopyOption copy) { in DoWriteElf()
769 void OatTest::TestZipFileInput(bool verify, CopyOption copy) { in TestZipFileInput()
Dimage_writer.cc2920 void ImageWriter::CopyAndFixupImTable(ImTable* orig, ImTable* copy) { in CopyAndFixupImTable()
2929 void ImageWriter::CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy) { in CopyAndFixupImtConflictTable()
3182 FixupVisitor(ImageWriter* image_writer, Object* copy) in FixupVisitor()
3271 FixupClassVisitor(ImageWriter* image_writer, Object* copy) in FixupClassVisitor()
3350 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass()
3388 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject()
3524 ArtMethod* copy, in CopyAndFixupMethod()
/art/test/449-checker-bce/src/
DMain.java263 static int[] constantIndexing3(int[] array1, int[] array2, boolean copy) { in constantIndexing3()
/art/dex2oat/
Ddex2oat_test.cc251 std::vector<std::string> copy(extra_args); local
662 std::vector<std::string> copy(extra_args); local
1005 std::vector<std::string> copy(extra_args); local
/art/runtime/jit/
Ddebugger_interface.cc338 const uint8_t* copy = reinterpret_cast<const uint8_t*>(NativeInfo::Alloc(symfile.size())); in CreateJITCodeEntryInternal() local
/art/runtime/jni/
Dcheck_jni.cc1567 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create() local
1627 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy() local
1642 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy() local
1656 const GuardedCopy* copy = FromEmbedded(embedded_buf); in Check() local
/art/compiler/optimizing/
Dloop_optimization.cc1038 HInstruction* copy = entry.second; in TryPeelingForLoopInvariantExitsElimination() local
/art/libprofile/profile/
Dprofile_compilation_info_test.cc1880 std::list<T> copy(list); in sort() local
/art/runtime/verifier/
Dmethod_verifier.cc5430 RegisterLineArenaUniquePtr copy; in UpdateRegisters() local