Home
last modified time | relevance | path

Searched refs:EnsureCapacity (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dbignum.cc33 EnsureCapacity(1); in AssignUInt16()
46 EnsureCapacity(needed_bigits); in AssignUInt64()
117 EnsureCapacity(needed_bigits); in AssignHexString()
170 EnsureCapacity(1 + Max(BigitLength(), other.BigitLength()) - exponent_); in AddBignum()
223 EnsureCapacity(used_digits_ + 1); in ShiftLeft()
246 EnsureCapacity(used_digits_ + 1); in MultiplyByUInt32()
273 EnsureCapacity(used_digits_ + 1); in MultiplyByUInt64()
324 EnsureCapacity(product_length); in Square()
417 EnsureCapacity(final_size / kBigitSize + 2); in AssignPowerUInt16()
685 EnsureCapacity(used_digits_ + zero_digits); in Align()
Dregexp-stack.cc15 regexp_stack_->EnsureCapacity(0); in RegExpStackScope()
66 Address RegExpStack::EnsureCapacity(size_t size) { in EnsureCapacity() function in v8::internal::RegExpStack
Ddata-flow.h218 EnsureCapacity(value, zone); in Add()
237 void EnsureCapacity(int value, Zone* zone) { in EnsureCapacity() function
Dregexp-stack.h60 Address EnsureCapacity(size_t size);
Dbignum.h87 void EnsureCapacity(int size) { in EnsureCapacity() function
Dregexp-macro-assembler.cc247 Address new_stack_base = regexp_stack->EnsureCapacity(size * 2); in GrowStack()
Dobjects.cc7498 Handle<CodeCacheHashTable> new_cache = EnsureCapacity(cache, 1, &key); in Put()
7668 EnsureCapacity(hash_table, 1, &key); in Put()
13902 Handle<Derived> HashTable<Derived, Shape, Key>::EnsureCapacity( in EnsureCapacity() function in v8::internal::HashTable
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); in LookupKey()
14758 cache = EnsureCapacity(cache, 1, &key); in Put()
14774 cache = EnsureCapacity(cache, 1, &key); in PutEval()
14788 cache = EnsureCapacity(cache, 1, &key); in PutRegExp()
[all …]
Druntime.cc3210 void EnsureCapacity(int elements) { in EnsureCapacity() function in v8::internal::FixedArrayBuilder
3317 void EnsureCapacity(int elements) { in EnsureCapacity() function in v8::internal::ReplacementStringBuilder
3318 array_builder_.EnsureCapacity(elements); in EnsureCapacity()
3966 builder.EnsureCapacity(parts_added_per_loop); in StringReplaceGlobalRegExpWithString()
3991 builder.EnsureCapacity(2); in StringReplaceGlobalRegExpWithString()
4579 builder.EnsureCapacity(kMaxBuilderEntriesPerRegExpMatch); in SearchRegExpMultiple()
4646 builder.EnsureCapacity(1); in SearchRegExpMultiple()
Dobjects.h3347 MUST_USE_RESULT static Handle<Derived> EnsureCapacity(
3560 static Handle<Derived> EnsureCapacity(Handle<Derived> obj, int n, Key key);
/external/lzma/CPP/7zip/Common/
DStreamObjects.cpp48 bool CByteDynBuffer::EnsureCapacity(size_t cap) in EnsureCapacity() function in CByteDynBuffer
73 if (!_buffer.EnsureCapacity(addSize)) in GetBufPtrForWriting()
DStreamObjects.h53 bool EnsureCapacity(size_t capacity);
/external/lzma/CPP/Common/
DDynamicBuffer.h39 void EnsureCapacity(size_t capacity) in EnsureCapacity() function
/external/tinyxml2/
Dtinyxml2.h179 EnsureCapacity( size+1 ); in Push()
185 EnsureCapacity( size+count ); in PushArr()
209 void EnsureCapacity( int cap ) { in EnsureCapacity() function