Lines Matching refs:DescriptorArray
70 // - DescriptorArray
711 V(DescriptorArray) \
2039 class DescriptorArray: public FixedArray {
2102 inline void CopyFrom(int index, DescriptorArray* src, int src_index);
2146 // Allocates a DescriptorArray, but returns the singleton
2151 static inline DescriptorArray* cast(Object* obj);
2188 bool IsEqualTo(DescriptorArray* other);
2222 DISALLOW_IMPLICIT_CONSTRUCTORS(DescriptorArray);
3722 DECL_ACCESSORS(instance_descriptors, DescriptorArray)