Lines Matching refs:number
184 V(number_symbol, "number") \
185 V(Number_symbol, "Number") \
874 // number object (e.g., minus_zero_value_, nan_value_)
1149 // Number of mark-sweeps.
1300 // certain number of bytes using only linear allocation (with a
1320 // Attempt to find the number in a small cache. If we finds it, return
1321 // the string representation of the number. Otherwise return undefined.
1322 Object* GetNumberStringCache(Object* number);
1324 // Update the cache with a new number-string pair.
1325 void SetNumberStringCache(Object* number, String* str);
1415 Object* number, bool check_number_string_cache = true);
1676 // variable holds the value indicating the number of allocations
1886 // Allocates a small number to string cache.
1888 // Creates and installs the full-sized number string cache.
1890 // Get the length of the number to string cache based on the max semispace
1893 // Flush the number to string cache.
1986 // - a number less than 10 for small heaps, which are less than 8Mb.
1987 // - a number greater than 10 for large heaps, which are greater than 32Mb.
2469 // number of garbage collections.
2472 // A count (including this one) of the number of full garbage collections.
2534 // Returns a heap number with f(input), where f is a math function specified