Home
last modified time | relevance | path

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

/art/runtime/base/
Dstringpiece.cc28 int StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy() function in art::StringPiece
/art/compiler/
Dimage_writer.cc991 Object* copy = reinterpret_cast<Object*>(dst); in CopyAndFixupObjectsCallback() local
1001 FixupVisitor(ImageWriter* image_writer, Object* copy) : image_writer_(image_writer), copy_(copy) { in FixupVisitor()
1028 FixupClassVisitor(ImageWriter* image_writer, Object* copy) : FixupVisitor(image_writer, copy) { in FixupClassVisitor()
1049 void ImageWriter::FixupObject(Object* orig, Object* copy) { in FixupObject()
1128 void ImageWriter::FixupMethod(ArtMethod* orig, ArtMethod* copy) { in FixupMethod()
/art/patchoat/
Dpatchoat.h129 PatchVisitor(PatchOat* patcher, mirror::Object* copy) : patcher_(patcher), copy_(copy) {} in PatchVisitor()
Dpatchoat.cc513 mirror::Object* copy = RelocatedCopyOf(object); in VisitObject() local
530 void PatchOat::FixupMethod(mirror::ArtMethod* object, mirror::ArtMethod* copy) { in FixupMethod()
/art/runtime/mirror/
Dobject.cc130 Object* copy; in Clone() local
/art/compiler/utils/
Dassembler_test.h618 std::string copy = file.substr(0, space_index - 1); in FileExists() local
/art/compiler/dex/
Dmir_graph.cc1900 MIR* copy = mir->Copy(mir_graph); in Copy() local
/art/runtime/verifier/
Dmethod_verifier.cc4057 std::unique_ptr<RegisterLine> copy(gDebugVerify ? in UpdateRegisters() local