Home
last modified time | relevance | path

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

/external/v8/src/
Dserialize.h446 WhereToPoint where_to_point) in ObjectSerializer() argument
450 reference_representation_(how_to_code + where_to_point), in ObjectSerializer()
480 WhereToPoint where_to_point) = 0;
485 WhereToPoint where_to_point);
534 WhereToPoint where_to_point);
572 WhereToPoint where_to_point);
Dserialize.cc1223 WhereToPoint where_to_point) { in SerializeReferenceToPreviousObject() argument
1247 how_to_code == kPlain && where_to_point == kStartOfObject) { \ in SerializeReferenceToPreviousObject()
1248 sink_->Put(kFromStart + how_to_code + where_to_point + \ in SerializeReferenceToPreviousObject()
1254 sink_->Put(kFromStart + how_to_code + where_to_point + space, "RefSer"); in SerializeReferenceToPreviousObject()
1258 sink_->Put(kBackref + how_to_code + where_to_point + space, "BackRefSer"); in SerializeReferenceToPreviousObject()
1267 WhereToPoint where_to_point) { in SerializeObject() argument
1277 where_to_point); in SerializeObject()
1284 where_to_point); in SerializeObject()
1304 WhereToPoint where_to_point) { in SerializeObject() argument
1310 sink_->Put(kRootArray + how_to_code + where_to_point, "RootSerialization"); in SerializeObject()
[all …]