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
28 static ObjectArray<T>* Alloc(Thread* self, Class* object_array_class, int32_t length)
49 static void Copy(const ObjectArray<T>* src, int src_pos,
50 ObjectArray<T>* dst, int dst_pos,
54 ObjectArray<T>* CopyOf(Thread* self, int32_t new_length)
58 DISALLOW_IMPLICIT_CONSTRUCTORS(ObjectArray);

Completed in 233 milliseconds