Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.h56 TableSlot(const TableSlot& copy) : data_(copy.data_.LoadRelaxed()) {} in TableSlot()
Dcheck_jni.cc1505 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
Ddebugger.cc5073 char* copy = new char[str_len + 1]; in Add() local
/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java98 List<String> copy = new ArrayList<String>(output); in getOutput() local
/art/patchoat/
Dpatchoat.h170 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {} in PatchVisitor()
Dpatchoat.cc934 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/
Dbit_string.h257 BitString copy = *this; in Truncate() local
/art/openjdkjvmti/
Dti_threadgroup.cc120 JvmtiUniquePtr<char[]> copy = CopyString(env, tmp_cstr, &result); in GetThreadGroupInfo() local
Dti_field.cc103 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetFieldName() local
Dti_class.cc725 JvmtiUniquePtr<char[]> copy = CopyString(env, output_string.c_str(), &ret); in GetClassSignature() local
DOpenjdkJvmTi.cc1339 JvmtiUniquePtr<char[]> copy = CopyString(env, name_cstr, &res); in GetErrorName() local
/art/dex2oat/linker/
Dimage_writer.cc2022 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/
Dobject.cc160 ObjPtr<Object> copy; in Clone() local
/art/runtime/jit/
Ddebugger_interface.cc265 uint8_t* copy = new uint8_t[symfile.size()]; in AddNativeDebugInfoForJit() local
/art/compiler/utils/
Dassembler_test_base.h466 std::string copy = file.substr(0, space_index - 1); in FileExists() local
/art/test/449-checker-bce/src/
DMain.java261 static int[] constantIndexing3(int[] array1, int[] array2, boolean copy) { in constantIndexing3()
/art/dex2oat/
Ddex2oat_test.cc289 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/
Dimage_space.cc1324 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/
Dmethod_verifier.cc4963 RegisterLineArenaUniquePtr copy; in UpdateRegisters() local