Searched defs:grow (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/layoutex/
H A DRunArrays.cpp43 grow(fCapacity);
55 void RunArray::grow(le_int32 newCapacity) function in class:RunArray
98 void FontRuns::grow(le_int32 capacity) function in class:FontRuns
100 RunArray::grow(capacity);
150 void LocaleRuns::grow(le_int32 capacity) function in class:LocaleRuns
152 RunArray::grow(capacity);
202 void ValueRuns::grow(le_int32 capacity) function in class:ValueRuns
204 RunArray::grow(capacity);
H A Dplruns.cpp269 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
276 * The new <code>add</code> method should first call this method to grow the font and limit indices
306 virtual void grow(le_int32 capacity);
377 void ULocRuns::grow(le_int32 capacity) function in class:ULocRuns
379 LocaleRuns::grow(capacity);
/external/webkit/JavaScriptCore/assembler/
H A DAssemblerBuffer.h60 grow();
78 grow();
92 grow();
113 grow();
146 grow(size);
152 void grow(int extraCapacity = 0) function in class:JSC::AssemblerBuffer
/external/webkit/JavaScriptCore/interpreter/
H A DRegisterFile.h130 bool grow(Register* newEnd);
233 inline bool RegisterFile::grow(Register* newEnd) function in class:JSC::RegisterFile
/external/webkit/JavaScriptCore/wtf/
H A DSegmentedVector.h167 void grow(size_t size) function in class:WTF::SegmentedVector
243 m_segments[segmentIndex]->grow(size);
H A DVector.h538 void grow(size_t size);
776 void Vector<T, inlineCapacity>::grow(size_t size) function in class:WTF::Vector::Vector
/external/v8/src/
H A Dstring-stream.cc59 // reaching a difference of 2 we need to grow the buffer.
62 char* new_buffer = allocator_->grow(&new_capacity);
558 char* HeapStringAllocator::grow(unsigned* bytes) { function in class:v8::HeapStringAllocator
576 // Only grow once to the maximum allowable size.
577 char* NoAllocationStringAllocator::grow(unsigned* bytes) { function in class:v8::NoAllocationStringAllocator

Completed in 79 milliseconds