/art/runtime/ |
D | class_table.h | 56 TableSlot(const TableSlot& copy) : data_(copy.data_.LoadRelaxed()) {} in TableSlot()
|
D | check_jni.cc | 1505 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create() local 1563 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy() local 1579 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy() local 1593 const GuardedCopy* copy = FromEmbedded(embedded_buf); in Check() local
|
D | debugger.cc | 5073 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/patchoat/ |
D | patchoat.h | 170 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {} in PatchVisitor()
|
D | patchoat.cc | 934 mirror::MethodDexCachePair copy(RelocatedAddressOfPointer(orig.object), orig.index); in PatchDexFileArrays() local 948 mirror::FieldDexCachePair copy(RelocatedAddressOfPointer(orig.object), orig.index); in PatchDexFileArrays() local 1033 mirror::Object* copy = RelocatedCopyOf(object); in VisitObject() local 1069 void PatchOat::FixupMethod(ArtMethod* object, ArtMethod* copy) { in FixupMethod()
|
/art/libartbase/base/ |
D | bit_string.h | 257 BitString copy = *this; in Truncate() 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 | 725 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetClassSignature() local
|
D | OpenjdkJvmTi.cc | 1339 JvmtiUniquePtr<char[]> copy = CopyString(env, name_cstr, &res); in GetErrorName() local
|
/art/dex2oat/linker/ |
D | image_writer.cc | 2022 void ImageWriter::CopyAndFixupImTable(ImTable* orig, ImTable* copy) { in CopyAndFixupImTable() 2031 void ImageWriter::CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy) { in CopyAndFixupImtConflictTable() 2242 FixupVisitor(ImageWriter* image_writer, Object* copy) : image_writer_(image_writer), copy_(copy) { in FixupVisitor() 2275 FixupClassVisitor(ImageWriter* image_writer, Object* copy) : FixupVisitor(image_writer, copy) { in FixupClassVisitor() 2354 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass() 2384 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject() 2490 mirror::FieldDexCachePair copy = orig; in FixupDexCache() local 2603 ArtMethod* copy, in CopyAndFixupMethod()
|
/art/runtime/mirror/ |
D | object.cc | 160 ObjPtr<Object> copy; in Clone() local
|
/art/runtime/jit/ |
D | debugger_interface.cc | 265 uint8_t* copy = new uint8_t[symfile.size()]; in AddNativeDebugInfoForJit() 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 | 289 std::vector<std::string> copy(extra_args); local 703 std::vector<std::string> copy(extra_args); local 1031 std::vector<std::string> copy(extra_args); local
|
/art/runtime/gc/space/ |
D | image_space.cc | 1324 ArtMethod* copy = fixup_adapter.ForwardObject(orig); in RelocateInPlace() local 1340 mirror::FieldDexCachePair copy(fixup_adapter.ForwardObject(orig.object), orig.index); in RelocateInPlace() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 4963 RegisterLineArenaUniquePtr copy; in UpdateRegisters() local
|