Home
last modified time | relevance | path

Searched defs:current_capacity (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dgrowable-fixed-array-gen.cc69 TNode<IntPtrT> current_capacity) { in NewCapacity()
/third_party/node/deps/v8/src/heap/
Dnew-spaces.h116 size_t current_capacity() const { return current_capacity_; } in current_capacity() function
/third_party/node/deps/v8/src/objects/
Dstring-table.cc57 int ComputeStringTableCapacityWithShrink(int current_capacity, in ComputeStringTableCapacityWithShrink()
596 int current_capacity = data->capacity(); in EnsureCapacity() local
Dobjects.cc5898 int current_capacity, int at_least_room_for) { in ComputeCapacityWithShrink()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h312 static size_type NextCapacity(size_type current_capacity) { in NextCapacity()
316 static size_type ComputeCapacity(size_type current_capacity, in ComputeCapacity()
/third_party/ninja/src/
Dbuild.cc688 size_t current_capacity = command_runner_->CanRunMore(); in Build() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc11403 TNode<IntPtrT> current_capacity = in CheckForCapacityGrow() local