Searched refs:where_to_point (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/snapshot/ |
D | serialize.cc | 1350 HowToCode how_to_code, WhereToPoint where_to_point) in ObjectSerializer() argument 1354 reference_representation_(how_to_code + where_to_point), in ObjectSerializer() 1597 WhereToPoint where_to_point, int skip) { in SerializeKnownObject() argument 1598 if (how_to_code == kPlain && where_to_point == kStartOfObject) { in SerializeKnownObject() 1626 DCHECK(how_to_code == kPlain && where_to_point == kStartOfObject); in SerializeKnownObject() 1632 DCHECK(how_to_code == kPlain && where_to_point == kStartOfObject); in SerializeKnownObject() 1645 sink_->Put(kBackref + how_to_code + where_to_point + space, "BackRef"); in SerializeKnownObject() 1647 sink_->Put(kBackrefWithSkip + how_to_code + where_to_point + space, in SerializeKnownObject() 1671 WhereToPoint where_to_point, int skip) { in SerializeObject() argument 1679 PutRoot(root_index, obj, how_to_code, where_to_point, skip); in SerializeObject() [all …]
|
D | serialize.h | 507 WhereToPoint where_to_point, int skip) = 0; 519 WhereToPoint where_to_point, int skip); 624 WhereToPoint where_to_point, int skip) override; 652 WhereToPoint where_to_point, int skip) override; 691 WhereToPoint where_to_point, int skip) override; 694 WhereToPoint where_to_point); 696 WhereToPoint where_to_point); 698 WhereToPoint where_to_point); 700 WhereToPoint where_to_point);
|