Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
runtime
bin
snapshot_empty.cc
Go to the documentation of this file.
1
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2
// for details. All rights reserved. Use of this source code is governed by a
3
// BSD-style license that can be found in the LICENSE file.
4
5
// This file is linked into the dart executable when it does not have a
6
// snapshot linked into it.
7
8
#include <stdint.h>
9
10
extern
"C"
{
11
const
uint8_t*
kDartVmSnapshotData
=
nullptr
;
12
const
uint8_t*
kDartVmSnapshotInstructions
=
nullptr
;
13
const
uint8_t*
kDartCoreIsolateSnapshotData
=
nullptr
;
14
const
uint8_t*
kDartCoreIsolateSnapshotInstructions
=
nullptr
;
15
}
kDartVmSnapshotData
const uint8_t * kDartVmSnapshotData
Definition:
snapshot_empty.cc:11
kDartCoreIsolateSnapshotData
const uint8_t * kDartCoreIsolateSnapshotData
Definition:
snapshot_empty.cc:13
kDartVmSnapshotInstructions
const uint8_t * kDartVmSnapshotInstructions
Definition:
snapshot_empty.cc:12
kDartCoreIsolateSnapshotInstructions
const uint8_t * kDartCoreIsolateSnapshotInstructions
Definition:
snapshot_empty.cc:14
Generated on Sun Jun 23 2024 21:55:24 for Flutter Engine by
1.9.4