Home | History | Annotate | Download | only in src

Lines Matching refs:number

711   ValueInfo() : type(FIRST_TYPE), ptr(NULL), str(NULL), number(0) { }
715 double number;
776 V(Number) \
896 // Extract the number.
897 inline double Number();
1309 // [value]: number value.
1539 // Returns the number of non-undefined values.
1845 // internal fields as well as the number of internal fields.
1863 // Returns the number of properties on this object filtering out properties
1870 // Returns the number of properties on this object filtering out properties
1873 // Returns the number of enumerable elements (ignoring interceptors).
1875 // Returns the number of elements on this object filtering out elements
1882 // Returns the number of enumerable elements.
1958 // added this number can be indicated to have the backing store allocated to
2071 // Maximal number of fast properties for the JSObject. Used to
2072 // restrict the number of map transitions to avoid an explosion in
2073 // the number of maps for objects used as dictionaries.
2076 // Maximal number of elements (numbered 0 .. kMaxElementCount - 1).
2172 // Gets the current elements capacity and the number of used elements.
2421 // Returns the number of descriptors in the array.
2467 // Accessors for fetching instance descriptor at descriptor number.
2549 // by this fixed array. len is the number of descriptor indices that are
2601 // The maximum number of descriptors we want in a descriptor array (should
2620 // Conversion from descriptor number to array indices.
2675 // // The prefix size indicates number of elements in the beginning
2678 // // The Element size indicates number of elements per entry.
2723 // Returns the number of elements in the hash table.
2728 // Returns the number of deleted elements in the hash table.
2759 // number of elements. May be more than HashTable::kMaxCapacity.
2818 // Update the number of elements in the hash table.
2823 // Update the number of deleted elements in the hash table.
2840 static uint32_t GetProbe(uint32_t hash, uint32_t number, uint32_t size) {
2842 return (hash + GetProbeOffset(number)) & (size - 1);
2849 static uint32_t NextProbe(uint32_t last, uint32_t number, uint32_t size) {
2850 return (last + number) & (size - 1);
3016 // Returns the number of elements in the dictionary filtering out properties
3020 // Returns the number of enumerable elements in the dictionary.
3183 // when defining a getter or setter with a number key.
3187 // Get the value of the max number key that has been added to this
3347 // Return the total number of locals allocated on the stack and in the
3351 // Return the number of stack slots for code. This number consists of two
3357 // Return the number of context slots for code if a context is allocated. This
3358 // number consists of three parts:
3434 // 2. The number of parameters. This only applies to function scopes. For
3436 // 3. The number of non-parameter variables allocated on the stack.
3437 // 4. The number of non-parameter and parameter variables allocated in the
3525 // needs very limited number of distinct normalized maps.
3562 // array, this function returns the number of elements a byte array should
4263 // [stack_slots]: For kind OPTIMIZED_FUNCTION, the number of stack slots
4762 // Returns the number of properties described in instance_descriptors
5157 // [length]: The function length - usually the number of declared parameters.
5162 // [formal parameter count]: The declared number of parameters.
5170 // [expected_nof_properties]: Expected number of properties for the function.
5285 // [num_literals]: Number of literals used by this function.
5474 // Calculate the number of in-object properties.
5844 // Returns the number of allocated literals.
6038 // Representation for JS Wrapper objects, String, Number, Boolean, etc.
6242 // - max number of registers used by irregexp implementations.
6243 // - number of capture registers (output values) of the regexp.
6334 // Maximal number of registers used by either ASCII or UC16.
6337 // Number of captures in the compiled regexp.
6973 // Maximum number of characters to consider when trying to convert a string
7965 // Number of element slots to pre-allocate for an empty array.
8390 // Get the number of break points for this function.
8448 // Get the number of break points for this code position.