Home | History | Annotate | Download | only in src

Lines Matching refs:sink_

1184       sink_(sink),
1240 sink_->Put(kSkip, "Skip");
1241 sink_->PutInt(kPointerSize, "SkipOneWord");
1243 sink_->Put(kRawData + 1, "Smi");
1245 sink_->Put(reinterpret_cast<byte*>(current)[i], "Byte");
1332 sink_->Put(kBackref + how_to_code + where_to_point + space, "BackRefSer");
1334 sink_->Put(kBackrefWithSkip + how_to_code + where_to_point + space,
1336 sink_->PutInt(skip, "BackRefSkipDistance");
1338 sink_->PutInt(offset, "offset");
1362 sink_->Put(kSkip, "FlushPendingSkip");
1363 sink_->PutInt(skip, "SkipDistance");
1369 sink_,
1400 sink_->Put(kRootArrayConstants + kNoSkipDistance + root_index,
1403 sink_->Put(kRootArrayConstants + kHasSkipDistance + root_index,
1405 sink_->PutInt(skip, "SkipInPutRoot");
1409 sink_->Put(kSkip, "SkipFromPutRoot");
1410 sink_->PutInt(skip, "SkipFromPutRootDistance");
1412 sink_->Put(kRootArray + how_to_code + where_to_point, "RootSerialization");
1413 sink_->PutInt(root_index, "root_index");
1441 sink_->Put(kSkip, "SkipFromSerializeObject");
1442 sink_->PutInt(skip, "SkipDistanceFromSerializeObject");
1446 sink_->Put(kPartialSnapshotCache + how_to_code + where_to_point,
1448 sink_->PutInt(cache_index, "partial_snapshot_cache_index");
1465 sink_->Put(kSkip, "SkipFromSerializeObject");
1466 sink_->PutInt(skip, "SkipDistanceFromSerializeObject");
1471 sink_,
1483 sink_->Put(kNewObject + reference_representation_ + space,
1485 sink_->PutInt(size >> kObjectAlignmentBits, "Size in words");
1491 CodeNameEvent(object_->address(), sink_->Position(), code_name));
1493 SnapshotPositionEvent(object_->address(), sink_->Position()));
1537 sink_->Put(kRepeat, "SerializeRepeats");
1538 sink_->PutInt(repeat_count, "SerializeRepeats");
1540 sink_->Put(CodeForRepeats(repeat_count), "SerializeRepeats");
1569 sink_->Put(kExternalReference + kPlain + kStartOfObject, "ExternalRef");
1570 sink_->PutInt(skip, "SkipB4ExternalRef");
1572 sink_->PutInt(serializer_->EncodeExternalReference(target), "reference id");
1581 sink_->Put(kExternalReference + how_to_code + kStartOfObject, "ExternalRef");
1582 sink_->PutInt(skip, "SkipB4ExternalRef");
1584 sink_->PutInt(serializer_->EncodeExternalReference(target), "reference id");
1593 sink_->Put(kExternalReference + how_to_code + kStartOfObject, "ExternalRef");
1594 sink_->PutInt(skip, "SkipB4ExternalRef");
1596 sink_->PutInt(serializer_->EncodeExternalReference(target), "reference id");
1644 sink_->Put(kNativesStringResource, "NativesStringResource");
1645 sink_->PutSection(i, "NativesStringResourceEnd");
1701 sink_->PutSection(kRawData + index, "RawDataFixed"); \
1708 sink_->Put(kRawData, "RawData");
1709 sink_->PutInt(bytes_to_output, "length");
1724 sink_->PutSection(object_start[base + i], description);
1729 sink_->Put(kSkip, "Skip");
1730 sink_->PutInt(to_skip, "SkipDistance");
1771 sink_->Put(kNop, "Padding");
1875 sink_->Put(kSkip, "SkipFromSerializeObject");
1876 sink_->PutInt(skip, "SkipDistanceFromSerializeObject");
1886 ObjectSerializer serializer(this, heap_object, sink_, how_to_code,
1895 sink_->Put(kSkip, "SkipFromSerializeBuiltin");
1896 sink_->PutInt(skip, "SkipDistanceFromSerializeBuiltin");
1911 sink_->Put(kBuiltin + how_to_code + where_to_point, "Builtin");
1912 sink_->PutInt(builtin_index, "builtin_index");
1932 sink_->Put(kSkip, "SkipFromSerializeCodeStub");
1933 sink_->PutInt(skip, "SkipDistanceFromSerializeCodeStub");
1944 sink_->Put(kAttachedReference + how_to_code + where_to_point, "CodeStub");
1945 sink_->PutInt(index, "CodeStub key");
1965 sink_->Put(kSkip, "SkipFromSerializeSourceObject");
1966 sink_->PutInt(skip, "SkipDistanceFromSerializeSourceObject");
1974 sink_->Put(kAttachedReference + how_to_code + where_to_point, "Source");
1975 sink_->PutInt(kSourceObjectIndex, "kSourceObjectIndex");