Searched refs:ExpandBuffer (Results 1 – 10 of 10) sorted by relevance
28 ExpandBuffer(); in Emit16()37 ExpandBuffer(); in Emit8()46 ExpandBuffer(); in Emit32()
101 void ExpandBuffer();
400 void RegExpBytecodeGenerator::ExpandBuffer() { in ExpandBuffer() function in v8::internal::RegExpBytecodeGenerator
33 void LiteralBuffer::ExpandBuffer() { in ExpandBuffer() function in v8::internal::LiteralBuffer70 if (position_ >= backing_store_.length()) ExpandBuffer(); in AddTwoByteChar()79 if (position_ >= backing_store_.length()) ExpandBuffer(); in AddTwoByteChar()
90 if (position_ >= backing_store_.length()) ExpandBuffer(); in AddOneByteChar()97 void ExpandBuffer();
101 Maybe<bool> ExpandBuffer(size_t required_capacity);
366 if (!ExpandBuffer(new_size).To(&ok)) { in ReserveRawBytes()374 Maybe<bool> ValueSerializer::ExpandBuffer(size_t required_capacity) { in ExpandBuffer() function in v8::internal::ValueSerializer
630 SmallVector<wchar_t, MAX_PATH> ExpandBuffer(ExpandBufferSize);633 ExpandBuffer.data(),637 if (UTF16ToUTF8(ExpandBuffer.data(), ExpandBufferSize - 1, ResultDirectory))
657 SmallVector<wchar_t, MAX_PATH> ExpandBuffer(ExpandBufferSize);660 ExpandBuffer.data(),664 if (UTF16ToUTF8(ExpandBuffer.data(), ExpandBufferSize - 1, ResultDirectory))
387 if (total_serializer.ExpandBuffer(needed_size).IsNothing()) { in WriteSnapshot()