Searched refs:PutRaw (Results 1 – 3 of 3) sorted by relevance
37 void SnapshotByteSink::PutRaw(const byte* data, int number_of_bytes, in PutRaw() function in v8::internal::SnapshotByteSink
94 void PutRaw(const byte* data, int number_of_bytes, const char* description);
1902 sink_->PutRaw(resource, content_size, "StringContent"); in SerializeExternalString()2261 sink_->PutRaw(object_start + base, bytes_to_output, description); in OutputRawData()