Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc393 WriteObjects(total_serializer, string_count(), string_serializer_, "strings"); in WriteSnapshot()
394 WriteObjects(total_serializer, map_count(), map_serializer_, "maps"); in WriteSnapshot()
395 WriteObjects(total_serializer, context_count(), context_serializer_, in WriteSnapshot()
397 WriteObjects(total_serializer, function_count(), function_serializer_, in WriteSnapshot()
399 WriteObjects(total_serializer, array_count(), array_serializer_, "arrays"); in WriteSnapshot()
400 WriteObjects(total_serializer, object_count(), object_serializer_, "objects"); in WriteSnapshot()
401 WriteObjects(total_serializer, class_count(), class_serializer_, "classes"); in WriteSnapshot()
402 WriteObjects(total_serializer, export_count_, export_serializer_, "exports"); in WriteSnapshot()
412 void WebSnapshotSerializer::WriteObjects(ValueSerializer& destination, in WriteObjects() function in v8::internal::WebSnapshotSerializer
Dweb-snapshot.h173 void WriteObjects(ValueSerializer& destination, size_t count,