Home | History | Annotate | Download | only in src

Lines Matching refs:DescriptorArray

74 //           - DescriptorArray
807 V(DescriptorArray) \
2405 // (and storing it in the DescriptorArray when the map has one).
2414 class DescriptorArray: public FixedArray {
2457 // (and storing it in the DescriptorArray when the map has one).
2483 inline explicit WhitenessWitness(DescriptorArray* array);
2498 static void CopyFrom(Handle<DescriptorArray> dst,
2500 Handle<DescriptorArray> src,
2507 DescriptorArray* src,
2553 // Allocates a DescriptorArray, but returns the singleton
2558 static inline DescriptorArray* cast(Object* obj);
2598 bool IsEqualTo(DescriptorArray* other);
2606 // An entry in a DescriptorArray, represented as an (array, index) pair.
2609 inline explicit Entry(DescriptorArray* descs, int index) :
2616 DescriptorArray* descs_;
2648 DISALLOW_IMPLICIT_CONSTRUCTORS(DescriptorArray);
4548 // DescriptorArray when the map has one).
4700 DECL_ACCESSORS(instance_descriptors, DescriptorArray)