HomeSort by relevance Sort by last modified time
    Searched defs:ObjectArray (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
object_array.h 26 class MANAGED ObjectArray: public Array {
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);