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

  /art/runtime/mirror/
object_array.h 26 class MANAGED ObjectArray : public Array {
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);
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 899 milliseconds