Searched defs:how_to_code (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dserialize.cc1222 HowToCode how_to_code,
1247 how_to_code == kPlain && where_to_point == kStartOfObject) { \
1248 sink_->Put(kFromStart + how_to_code + where_to_point + \
1254 sink_->Put(kFromStart + how_to_code + where_to_point + space, "RefSer");
1258 sink_->Put(kBackref + how_to_code + where_to_point + space, "BackRefSer");
1266 HowToCode how_to_code,
1276 how_to_code,
1283 how_to_code,
1303 HowToCode how_to_code,
1310 sink_->Put(kRootArray + how_to_code
1219 SerializeReferenceToPreviousObject( int space, int address, HowToCode how_to_code, WhereToPoint where_to_point) argument
1264 SerializeObject( Object* o, HowToCode how_to_code, WhereToPoint where_to_point) argument
1301 SerializeObject( Object* o, HowToCode how_to_code, WhereToPoint where_to_point) argument
[all...]

Completed in 71 milliseconds