/external/v8/src/ |
D | bignum.cc | 31 EnsureCapacity(1); in AssignUInt16() 44 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()
|
D | string-builder.h | 141 void EnsureCapacity(int elements) { in EnsureCapacity() function 223 void EnsureCapacity(int elements) { array_builder_.EnsureCapacity(elements); } in EnsureCapacity() function
|
D | bit-vector.h | 218 EnsureCapacity(value, zone); in Add() 239 void EnsureCapacity(int value, Zone* zone) { in EnsureCapacity() function
|
D | layout-descriptor.cc | 55 layout_descriptor = LayoutDescriptor::EnsureCapacity( in ShareAppend() 97 Handle<LayoutDescriptor> LayoutDescriptor::EnsureCapacity( in EnsureCapacity() function in v8::internal::LayoutDescriptor
|
D | bignum.h | 89 void EnsureCapacity(int size) { in EnsureCapacity() function
|
D | layout-descriptor.h | 119 static Handle<LayoutDescriptor> EnsureCapacity(
|
D | objects.cc | 10399 Handle<CodeCacheHashTable> new_cache = EnsureCapacity(cache, 1, &key); in Put() 10567 EnsureCapacity(hash_table, 1, &key); in Put() 17228 Handle<Derived> HashTable<Derived, Shape, Key>::EnsureCapacity( in EnsureCapacity() function in v8::internal::HashTable 17430 EnsureCapacity(Handle<SeededNumberDictionary>, int, uint32_t); 17434 EnsureCapacity(Handle<UnseededNumberDictionary>, int, uint32_t); 17441 EnsureCapacity(Handle<NameDictionary>, int, Handle<Name>); 17855 table = StringTable::EnsureCapacity(table, expected, &dummy_key); in EnsureCapacityForDeserialization() 17877 table = StringTable::EnsureCapacity(table, 1, key); in LookupKey() 17960 cache = EnsureCapacity(cache, 1, &key); in Put() 17988 cache = EnsureCapacity(cache, 1, &key); in PutEval() [all …]
|
D | objects.h | 3218 MUST_USE_RESULT static Handle<Derived> EnsureCapacity( 3430 static Handle<Derived> EnsureCapacity(Handle<Derived> obj, int n, Key key);
|
/external/v8/src/regexp/ |
D | regexp-stack.cc | 15 regexp_stack_->EnsureCapacity(0); in RegExpStackScope() 66 Address RegExpStack::EnsureCapacity(size_t size) { in EnsureCapacity() function in v8::internal::RegExpStack
|
D | regexp-stack.h | 64 Address EnsureCapacity(size_t size);
|
D | regexp-macro-assembler.cc | 291 Address new_stack_base = regexp_stack->EnsureCapacity(size * 2); in GrowStack()
|
/external/webrtc/webrtc/base/ |
D | buffer.h | 140 EnsureCapacity(new_size); in AppendData() 156 EnsureCapacity(size); in SetSize() 163 void EnsureCapacity(size_t capacity) { in EnsureCapacity() function
|
D | buffer_unittest.cc | 122 buf.EnsureCapacity(4); in TEST() 130 buf.EnsureCapacity(10); in TEST()
|
/external/lzma/CPP/7zip/Common/ |
D | StreamObjects.cpp | 75 bool CByteDynBuffer::EnsureCapacity(size_t cap) throw() in EnsureCapacity() function in CByteDynBuffer 100 if (!_buffer.EnsureCapacity(addSize)) in GetBufPtrForWriting()
|
D | StreamObjects.h | 58 bool EnsureCapacity(size_t capacity) throw();
|
/external/tinyxml2/ |
D | tinyxml2.h | 179 EnsureCapacity( size+1 ); in Push() 185 EnsureCapacity( size+count ); in PushArr() 209 void EnsureCapacity( int cap ) { in EnsureCapacity() function
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 518 builder.EnsureCapacity(parts_added_per_loop); in StringReplaceGlobalRegExpWithString() 540 builder.EnsureCapacity(2); in StringReplaceGlobalRegExpWithString() 904 builder.EnsureCapacity(kMaxBuilderEntriesPerRegExpMatch); in SearchRegExpMultiple()
|