Home
last modified time | relevance | path

Searched refs:ExpandBuffer (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-bytecode-generator-inl.h28 ExpandBuffer(); in Emit16()
37 ExpandBuffer(); in Emit8()
46 ExpandBuffer(); in Emit32()
Dregexp-bytecode-generator.h101 void ExpandBuffer();
Dregexp-bytecode-generator.cc400 void RegExpBytecodeGenerator::ExpandBuffer() { in ExpandBuffer() function in v8::internal::RegExpBytecodeGenerator
/third_party/node/deps/v8/src/parsing/
Dliteral-buffer.cc33 void LiteralBuffer::ExpandBuffer() { in ExpandBuffer() function in v8::internal::LiteralBuffer
70 if (position_ >= backing_store_.length()) ExpandBuffer(); in AddTwoByteChar()
79 if (position_ >= backing_store_.length()) ExpandBuffer(); in AddTwoByteChar()
Dliteral-buffer.h90 if (position_ >= backing_store_.length()) ExpandBuffer(); in AddOneByteChar()
97 void ExpandBuffer();
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.h101 Maybe<bool> ExpandBuffer(size_t required_capacity);
Dvalue-serializer.cc366 if (!ExpandBuffer(new_size).To(&ok)) { in ReserveRawBytes()
374 Maybe<bool> ValueSerializer::ExpandBuffer(size_t required_capacity) { in ExpandBuffer() function in v8::internal::ValueSerializer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc630 SmallVector<wchar_t, MAX_PATH> ExpandBuffer(ExpandBufferSize);
633 ExpandBuffer.data(),
637 if (UTF16ToUTF8(ExpandBuffer.data(), ExpandBufferSize - 1, ResultDirectory))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DSignals.inc657 SmallVector<wchar_t, MAX_PATH> ExpandBuffer(ExpandBufferSize);
660 ExpandBuffer.data(),
664 if (UTF16ToUTF8(ExpandBuffer.data(), ExpandBufferSize - 1, ResultDirectory))
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc387 if (total_serializer.ExpandBuffer(needed_size).IsNothing()) { in WriteSnapshot()