Searched refs:EnsureCapacity (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/v8/src/
H A Dregexp-stack.cc15 regexp_stack_->EnsureCapacity(0);
66 Address RegExpStack::EnsureCapacity(size_t size) { function in class:v8::internal::RegExpStack
H A Dregexp-stack.h60 Address EnsureCapacity(size_t size);
110 // you have to call EnsureCapacity before using it again.
H A Dbignum.cc33 EnsureCapacity(1);
46 EnsureCapacity(needed_bigits);
117 EnsureCapacity(needed_bigits);
170 EnsureCapacity(1 + Max(BigitLength(), other.BigitLength()) - exponent_);
223 EnsureCapacity(used_digits_ + 1);
246 EnsureCapacity(used_digits_ + 1);
273 EnsureCapacity(used_digits_ + 1);
324 EnsureCapacity(product_length);
417 EnsureCapacity(final_size / kBigitSize + 2);
685 EnsureCapacity(used_digits
[all...]
H A Dbignum.h87 void EnsureCapacity(int size) { function in class:v8::internal::Bignum
H A Ddata-flow.h218 EnsureCapacity(value, zone);
237 void EnsureCapacity(int value, Zone* zone) { function in class:v8::internal::BASE_EMBEDDED
H A Dregexp-macro-assembler.cc247 Address new_stack_base = regexp_stack->EnsureCapacity(size * 2);
H A Dobjects.cc7498 Handle<CodeCacheHashTable> new_cache = EnsureCapacity(cache, 1, &key);
7668 EnsureCapacity(hash_table, 1, &key);
13772 // EnsureCapacity will guarantee the hash table is never full.
13902 Handle<Derived> HashTable<Derived, Shape, Key>::EnsureCapacity( function in class:v8::HashTable
13971 // EnsureCapacity will guarantee the hash table is never full.
14105 EnsureCapacity(Handle<SeededNumberDictionary>, int, uint32_t);
14109 EnsureCapacity(Handle<UnseededNumberDictionary>, int, uint32_t);
14113 EnsureCapacity(Handle<NameDictionary>, int, Handle<Name>);
14697 table = StringTable::EnsureCapacity(table, 1, key);
14758 cache = EnsureCapacity(cach
14942 Handle<Derived> Dictionary<Derived, Shape, Key>::EnsureCapacity( function in class:v8::Dictionary
[all...]
H A Druntime.cc3210 void EnsureCapacity(int elements) { function in class:v8::internal::FixedArrayBuilder
3317 void EnsureCapacity(int elements) { function in class:v8::internal::ReplacementStringBuilder
3318 array_builder_.EnsureCapacity(elements);
3966 builder.EnsureCapacity(parts_added_per_loop);
3991 builder.EnsureCapacity(2);
4579 builder.EnsureCapacity(kMaxBuilderEntriesPerRegExpMatch);
4646 builder.EnsureCapacity(1);
H A Dobjects.h3347 MUST_USE_RESULT static Handle<Derived> EnsureCapacity(
3560 static Handle<Derived> EnsureCapacity(Handle<Derived> obj, int n, Key key);
/external/lzma/CPP/Common/
H A DDynamicBuffer.h39 void EnsureCapacity(size_t capacity) function in class:CDynamicBuffer
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum.cc56 EnsureCapacity(1);
69 EnsureCapacity(needed_bigits);
140 EnsureCapacity(needed_bigits);
193 EnsureCapacity(1 + Max(BigitLength(), other.BigitLength()) - exponent_);
246 EnsureCapacity(used_digits_ + 1);
269 EnsureCapacity(used_digits_ + 1);
296 EnsureCapacity(used_digits_ + 1);
347 EnsureCapacity(product_length);
440 EnsureCapacity(final_size / kBigitSize + 2);
708 EnsureCapacity(used_digits
[all...]
H A Dbignum.h112 void EnsureCapacity(int size) { function in class:WTF::double_conversion::Bignum
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.cpp48 bool CByteDynBuffer::EnsureCapacity(size_t cap) function in class:CByteDynBuffer
73 if (!_buffer.EnsureCapacity(addSize))
H A DStreamObjects.h53 bool EnsureCapacity(size_t capacity);
/external/tinyxml2/
H A Dtinyxml2.h179 EnsureCapacity( size+1 );
185 EnsureCapacity( size+count );
209 void EnsureCapacity( int cap ) { function in class:tinyxml2::DynArray

Completed in 2296 milliseconds