Home | History | Annotate | Download | only in src

Lines Matching refs:number_of_descriptors

3216   inline int number_of_descriptors();
3222 inline void SetNumberOfDescriptors(int number_of_descriptors);
3301 // empty descriptor array object if number_of_descriptors is 0.
3303 Isolate* isolate, int number_of_descriptors, int slack,
3353 // Returns the fixed array length required to hold number_of_descriptors
3355 static int LengthFor(int number_of_descriptors) {
3356 return ToKeyIndex(number_of_descriptors);