Home | History | Annotate | Download | only in src

Lines Matching full:descriptors

286 // Indicates whether we are only interested in the descriptors of a particular
287 // map, or in all descriptors in the descriptor array.
3160 // DescriptorArrays are fixed arrays used to hold instance descriptors.
3162 // [0]: Number of descriptors
3167 // [2 + number of descriptors * kDescriptorSize]: start of slack
3192 // Returns the number of descriptors in the array.
3282 // to add descriptors in bulk at the end, followed by sorting the descriptor
3324 // Sort the instance descriptors by the hash codes of their keys.
3327 // Search the instance descriptors for given name.
3370 // Print all the descriptors.
3386 // descriptors.
4434 // Such maps do not have property descriptors, so a typical program
5858 Map* FindUpdatedMap(int verbatim, int length, DescriptorArray* descriptors);
5859 Map* FindLastMatchMap(int verbatim, int length, DescriptorArray* descriptors);
5886 int descriptors,
5928 // [instance descriptors]: describes the object.
5930 inline void InitializeDescriptors(DescriptorArray* descriptors);
5982 // Lookup in the map's instance descriptors and fill out the result
6058 Handle<DescriptorArray> descriptors,
6062 DescriptorArray* descriptors,
6069 Handle<DescriptorArray> descriptors);
6070 MUST_USE_RESULT MaybeObject* ShareDescriptor(DescriptorArray* descriptors,
6077 DescriptorArray* descriptors,
6096 // instance descriptors.
6132 // Extend the descriptor array of the map with the list of descriptors.
6135 Handle<Object> descriptors);
7386 // Layout descriptors. The last property (from kNonWeakFieldsEndOffset to
9945 // Append all descriptors to the array that are not already there.
9947 static int AppendUnique(Handle<Object> descriptors,