Home | History | Annotate | Download | only in src

Lines Matching refs:PropertyArray

136 //     - PropertyArray
695 class PropertyArray;
868 V(PropertyArray) \
1005 V(PropertyArray, PROPERTY_ARRAY_TYPE) \
1920 class PropertyArray : public HeapObject {
1928 // This is only used on a newly allocated PropertyArray which
1949 DECL_CAST(PropertyArray)
1950 DECL_PRINTER(PropertyArray)
1951 DECL_VERIFIER(PropertyArray)
1971 DISALLOW_IMPLICIT_CONSTRUCTORS(PropertyArray);
1990 inline PropertyArray* property_array() const;
2006 // 3) PropertyArray - This is similar to a FixedArray but stores
2213 static const int kHashMask = PropertyArray::HashField::kMask;
2699 PropertyArray::kMaxLength);