Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:grow

1542         In order to not grow the underlying size of any structure,
7874 (JSC::RegisterFile::grow):
9577 (JSC::RegisterFile::grow):
14293 (JSC::RegisterFile::grow):
18939 (JSC::AssemblerBuffer::grow):
19098 (JSC::SegmentedVector::grow):
19247 grow and never shrink. Also, rename the reserveCapacity() member
19248 function to grow() to match the actual usage in BytecodeGenerator, where
19253 (JSC::BytecodeGenerator::BytecodeGenerator): Use grow() instead of
19260 (JSC::SegmentedVector::grow): Renamed from reserveCapacity().
19375 grow and never shrink, with the sole exception of clearing all of its
19387 (JSC::SegmentedVector::grow): Removed.
21237 (JSC::AssemblerBuffer::grow):
22648 (JSC::AssemblerBuffer::grow):
30360 (JSC::StructureID::growPropertyStorageCapacity): Grow the storage capacity as
31395 (JSC::RegisterFile::grow):
36453 Added the ability to coalesce JITCode buffer grow operations by first
37123 Grow the JITCodeBuffer's underlying buffer when we run out of space rather than just bailing out.
37226 Have JITCodeBuffer manage a Vector containing the generated code so that it can grow