HomeSort by relevance Sort by last modified time
    Searched refs:EnsureCapacity (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
regexp-stack.cc 37 regexp_stack_->EnsureCapacity(0);
90 Address RegExpStack::EnsureCapacity(size_t size) {
regexp-stack.h 83 Address EnsureCapacity(size_t size);
132 // you have to call EnsureCapacity before using it again.
bignum.cc 55 EnsureCapacity(1);
68 EnsureCapacity(needed_bigits);
139 EnsureCapacity(needed_bigits);
192 EnsureCapacity(1 + Max(BigitLength(), other.BigitLength()) - exponent_);
245 EnsureCapacity(used_digits_ + 1);
268 EnsureCapacity(used_digits_ + 1);
295 EnsureCapacity(used_digits_ + 1);
346 EnsureCapacity(product_length);
439 EnsureCapacity(final_size / kBigitSize + 2);
707 EnsureCapacity(used_digits_ + zero_digits)
    [all...]
bignum.h 109 void EnsureCapacity(int size) {
lithium-allocator.h 405 EnsureCapacity(value);
416 void EnsureCapacity(int value) {
regexp-macro-assembler.cc 256 Address new_stack_base = regexp_stack->EnsureCapacity(size * 2);
objects.cc     [all...]
spaces.h     [all...]
runtime.cc     [all...]
objects.h     [all...]
spaces.cc     [all...]

Completed in 400 milliseconds