Home | History | Annotate | Download | only in src

Lines Matching refs:DescriptorArray

70 //           - DescriptorArray
1682 class DescriptorArray: public FixedArray {
1743 inline void CopyFrom(int index, DescriptorArray* src, int src_index);
1777 // Allocates a DescriptorArray, but returns the singleton
1782 static inline DescriptorArray* cast(Object* obj);
1814 bool IsEqualTo(DescriptorArray* other);
1848 DISALLOW_IMPLICIT_CONSTRUCTORS(DescriptorArray);
2891 DECL_ACCESSORS(instance_descriptors, DescriptorArray)