Definition at line 2203 of file message_snapshot.cc.
◆ SetMessageSerializationCluster()
dart::SetMessageSerializationCluster::SetMessageSerializationCluster |
( |
Zone * |
zone, |
|
|
bool |
is_canonical, |
|
|
intptr_t |
cid |
|
) |
| |
|
inline |
Definition at line 2205 of file message_snapshot.cc.
2212 objects_(zone, 0) {}
bool is_canonical() const
MessageSerializationCluster(const char *name, MessagePhase phase, intptr_t cid, bool is_canonical=false)
◆ ~SetMessageSerializationCluster()
dart::SetMessageSerializationCluster::~SetMessageSerializationCluster |
( |
| ) |
|
|
inline |
◆ Trace()
Implements dart::MessageSerializationCluster.
Definition at line 2215 of file message_snapshot.cc.
2215 {
2216 Set*
set =
static_cast<Set*
>(object);
2218
2219
2220 TypeArguments&
args =
2222 if (!
args.IsNull() && (
args.Length() != 1)) {
2224 set->untag()->set_type_arguments(
args.ptr());
2225 }
2226
2227 s->Push(
set->untag()->type_arguments());
2228 s->Push(
set->untag()->data());
2229 s->Push(
set->untag()->used_data());
2230 }
G_BEGIN_DECLS G_MODULE_EXPORT FlValue * args
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not set
◆ WriteEdges()
◆ WriteNodes()
The documentation for this class was generated from the following file: