Searched refs:ReserveRawBytes (Results 1 – 2 of 2) sorted by relevance
220 memcpy(ReserveRawBytes(length), source, length); in WriteRawBytes()223 uint8_t* ValueSerializer::ReserveRawBytes(size_t bytes) { in ReserveRawBytes() function in v8::internal::ValueSerializer372 reinterpret_cast<char*>(ReserveRawBytes(utf8_length)), utf8_length, in WriteString()644 api_string->WriteUtf8(reinterpret_cast<char*>(ReserveRawBytes(utf8_length)), in WriteJSValue()661 api_string->WriteUtf8(reinterpret_cast<char*>(ReserveRawBytes(utf8_length)), in WriteJSRegExp()789 uint8_t* destination = ReserveRawBytes(wire_bytes_length); in WriteWasmModule()
99 uint8_t* ReserveRawBytes(size_t bytes);