HomeSort by relevance Sort by last modified time
    Searched refs:CopyObject (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
object.cc 70 Object* Object::CopyObject(Thread* self, mirror::Object* dest, mirror::Object* src,
112 Object::CopyObject(self_, obj, orig_->Get(), num_bytes_);
object.h 399 static Object* CopyObject(Thread* self, mirror::Object* dest, mirror::Object* src,
421 friend class CopyObjectVisitor; // for CopyObject().
422 friend class CopyClassVisitor; // for CopyObject().
class.cc 849 mirror::Object::CopyObject(self_, new_class_obj, orig_->Get(), copy_bytes_);
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 112 milliseconds