Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dserialize.h471 WhereToPoint where_to_point) in ObjectSerializer() argument
475 reference_representation_(how_to_code + where_to_point), in ObjectSerializer()
516 WhereToPoint where_to_point,
522 WhereToPoint where_to_point,
577 WhereToPoint where_to_point,
619 WhereToPoint where_to_point,
Dserialize.cc1371 WhereToPoint where_to_point, in SerializeReferenceToPreviousObject() argument
1377 sink_->Put(kBackref + how_to_code + where_to_point + space, "BackRefSer"); in SerializeReferenceToPreviousObject()
1379 sink_->Put(kBackrefWithSkip + how_to_code + where_to_point + space, in SerializeReferenceToPreviousObject()
1390 WhereToPoint where_to_point, in SerializeObject() argument
1397 PutRoot(root_index, heap_object, how_to_code, where_to_point, skip); in SerializeObject()
1407 where_to_point, in SerializeObject()
1420 where_to_point); in SerializeObject()
1442 SerializerDeserializer::WhereToPoint where_to_point, in PutRoot() argument
1445 where_to_point == kStartOfObject && in PutRoot()
1461 sink_->Put(kRootArray + how_to_code + where_to_point, "RootSerialization"); in PutRoot()
[all …]