Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java98 List<String> copy = new ArrayList<String>(output); in getOutput() local
/art/runtime/base/
Dstringpiece.cc37 StringPiece::size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy() function in art::StringPiece
/art/patchoat/
Dpatchoat.h177 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {} in PatchVisitor()
Dpatchoat.cc587 mirror::Object* copy = RelocatedCopyOf(object); in VisitObject() local
642 void PatchOat::FixupMethod(ArtMethod* object, ArtMethod* copy) { in FixupMethod()
/art/compiler/
Dimage_writer.cc1185 FixupVisitor(ImageWriter* image_writer, Object* copy) : image_writer_(image_writer), copy_(copy) { in FixupVisitor()
1212 FixupClassVisitor(ImageWriter* image_writer, Object* copy) : FixupVisitor(image_writer, copy) { in FixupClassVisitor()
1229 void ImageWriter::FixupClass(mirror::Class* orig, mirror::Class* copy) { in FixupClass()
1282 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject()
1383 void ImageWriter::CopyAndFixupMethod(ArtMethod* orig, ArtMethod* copy) { in CopyAndFixupMethod()
/art/runtime/mirror/
Dobject.cc129 Object* copy; in Clone() local
/art/test/449-checker-bce/src/
DMain.java203 static int[] constantIndexing3(int[] array1, int[] array2, boolean copy) { in constantIndexing3()
/art/compiler/utils/
Dassembler_test_base.h446 std::string copy = file.substr(0, space_index - 1); in FileExists() local
/art/runtime/
Dcheck_jni.cc1201 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create() local
1255 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy() local
1271 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy() local
1285 const GuardedCopy* copy = FromEmbedded(embedded_buf); in Check() local
/art/compiler/dex/
Dmir_graph.cc2192 MIR* copy = mir->Copy(mir_graph); in Copy() local
/art/runtime/verifier/
Dmethod_verifier.cc4285 std::unique_ptr<RegisterLine> copy(gDebugVerify ? in UpdateRegisters() local