Searched defs:ObjectArray (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dobject_array.h26 class MANAGED ObjectArray: public Array { class in namespace:art::mirror
33 static ObjectArray<T>* Alloc(Thread* self, Class* object_array_class, int32_t length,
37 static ObjectArray<T>* Alloc(Thread* self, Class* object_array_class, int32_t length)
71 void AssignableMemmove(int32_t dst_pos, ObjectArray<T>* src, int32_t src_pos,
75 void AssignableMemcpy(int32_t dst_pos, ObjectArray<T>* src, int32_t src_pos,
79 void AssignableCheckingMemcpy(int32_t dst_pos, ObjectArray<T>* src, int32_t src_pos,
83 ObjectArray<T>* CopyOf(Thread* self, int32_t new_length)
94 DISALLOW_IMPLICIT_CONSTRUCTORS(ObjectArray);

Completed in 71 milliseconds