Searched refs:CapacityForLength (Results 1 – 5 of 5) sorted by relevance
96 CapacityForLength(curr_valid_index), AllocationType::kOld)); in Compact()177 int grow_by = CapacityForLength(old_length) - old_length; in GrowOSRCache()281 int OSROptimizedCodeCache::CapacityForLength(int curr_length) { in CapacityForLength() function in v8::internal::OSROptimizedCodeCache
93 static int CapacityForLength(int curr_capacity);
389 static constexpr int CapacityForLength(int length) { in CapacityForLength() function
4190 int new_capacity = CapacityForLength(new_length); in Append()4241 int grow_by = CapacityForLength(length) - capacity; in EnsureSpace()5129 int capacity = WeakArrayList::CapacityForLength(new_length); in FindWebSnapshotSharedFunctionInfo()
1819 WeakArrayList::CapacityForLength(function_count_ + 1), in DeserializeFunctions()1887 WeakArrayList::CapacityForLength(function_count_ + 1 + class_count_)); in DeserializeClasses()