| Index: runtime/vm/raw_object_snapshot.cc
|
| ===================================================================
|
| --- runtime/vm/raw_object_snapshot.cc (revision 10150)
|
| +++ runtime/vm/raw_object_snapshot.cc (working copy)
|
| @@ -939,6 +939,22 @@
|
| }
|
|
|
|
|
| +RawDeoptInfo* DeoptInfo::ReadFrom(SnapshotReader* reader,
|
| + intptr_t object_id,
|
| + intptr_t tags,
|
| + Snapshot::Kind kind) {
|
| + UNREACHABLE();
|
| + return DeoptInfo::null();
|
| +}
|
| +
|
| +
|
| +void RawDeoptInfo::WriteTo(SnapshotWriter* writer,
|
| + intptr_t object_id,
|
| + Snapshot::Kind kind) {
|
| + UNREACHABLE();
|
| +}
|
| +
|
| +
|
| RawContext* Context::ReadFrom(SnapshotReader* reader,
|
| intptr_t object_id,
|
| intptr_t tags,
|
|
|