Home
last modified time | relevance | path

Searched refs:ReserveRawBytes (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dvalue-serializer.cc220 memcpy(ReserveRawBytes(length), source, length); in WriteRawBytes()
223 uint8_t* ValueSerializer::ReserveRawBytes(size_t bytes) { in ReserveRawBytes() function in v8::internal::ValueSerializer
372 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()
Dvalue-serializer.h99 uint8_t* ReserveRawBytes(size_t bytes);