Searched refs:buffer_capacity_ (Results 1 – 2 of 2) sorted by relevance
165 size_t buffer_capacity_ = 0; variable
287 if (V8_UNLIKELY(new_size > buffer_capacity_)) { in ReserveRawBytes()298 DCHECK_GT(required_capacity, buffer_capacity_); in ExpandBuffer()300 std::max(required_capacity, buffer_capacity_ * 2) + 64; in ExpandBuffer()313 buffer_capacity_ = provided_capacity; in ExpandBuffer()337 buffer_capacity_ = 0; in Release()