Home | History | Annotate | Download | only in src

Lines Matching refs:sink_

1116     : sink_(sink),
1181 sink_->Put(kSkip, "Skip");
1183 sink_->Put(kRawData, "RawData");
1184 sink_->PutInt(kPointerSize, "length");
1186 sink_->Put(reinterpret_cast<byte*>(current)[i], "Byte");
1298 sink_->Put(kFromStart + how_to_code + where_to_point + space, "RefSer");
1299 sink_->PutInt(address, "address");
1301 sink_->Put(kBackref + how_to_code + where_to_point + space, "BackRefSer");
1302 sink_->PutInt(address, "address");
1331 sink_,
1343 sink_->Put(kRootArray + kPlain + kStartOfObject, "RootSerialization");
1344 sink_->PutInt(Heap::kUndefinedValueRootIndex, "root_index");
1359 sink_->Put(kRootArrayLowConstants + root_index, "RootLoConstant");
1361 sink_->Put(kRootArrayHighConstants + root_index -
1366 sink_->Put(kRootArray + how_to_code + where_to_point, "RootSerialization");
1367 sink_->PutInt(root_index, "root_index");
1394 sink_->Put(kPartialSnapshotCache + how_to_code + where_to_point,
1396 sink_->PutInt(cache_index, "partial_snapshot_cache_index");
1419 sink_,
1431 sink_->Put(kNewObject + reference_representation_ + space,
1433 sink_->PutInt(size >> kObjectAlignmentBits, "Size in words");
1436 SnapshotPositionEvent(object_->address(), sink_->Position()));
1443 sink_->Put(kNewPage, "NewPage");
1444 sink_->PutSection(space, "NewPageSpace");
1483 sink_->Put(kRepeat, "SerializeRepeats");
1484 sink_->PutInt(repeat_count, "SerializeRepeats");
1486 sink_->Put(CodeForRepeats(repeat_count), "SerializeRepeats");
1514 sink_->Put(kExternalReference + kPlain + kStartOfObject, "ExternalRef");
1516 sink_->PutInt(reference_id, "reference id");
1529 sink_->Put(kExternalReference + representation, "ExternalRef");
1531 sink_->PutInt(reference_id, "reference id");
1549 sink_->Put(kExternalReference + representation, "ExternalReference");
1550 sink_->PutInt(encoding, "reference id");
1591 sink_->Put(kNativesStringResource, "NativesStringResource");
1592 sink_->PutSection(i, "NativesStringResourceEnd");
1615 sink_->PutSection(kRawData + index, "RawDataFixed"); \
1620 sink_->Put(kRawData, "RawData");
1621 sink_->PutInt(skipped, "length");
1625 sink_->PutSection(data, "Byte");