Home
last modified time | relevance | path

Searched refs:CapacityForLength (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dosr-optimized-code-cache.cc96 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
Dosr-optimized-code-cache.h93 static int CapacityForLength(int curr_capacity);
Dfixed-array.h389 static constexpr int CapacityForLength(int length) { in CapacityForLength() function
Dobjects.cc4190 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()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1819 WeakArrayList::CapacityForLength(function_count_ + 1), in DeserializeFunctions()
1887 WeakArrayList::CapacityForLength(function_count_ + 1 + class_count_)); in DeserializeClasses()