Searched defs:EnsureCapacity (Results 1 - 8 of 8) sorted by relevance

/external/lzma/CPP/Common/
H A DDynamicBuffer.h39 void EnsureCapacity(size_t capacity) function in class:CDynamicBuffer
/external/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 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 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.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...]
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.cpp48 bool CByteDynBuffer::EnsureCapacity(size_t cap) function in class:CByteDynBuffer
73 if (!_buffer.EnsureCapacity(addSize))
/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 302 milliseconds