Home
last modified time | relevance | path

Searched refs:shared_snapshot (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/engine/flutter/runtime/
Ddart_vm_data.cc13 fml::RefPtr<DartSnapshot> shared_snapshot) { in Create() argument
36 if (!shared_snapshot || !shared_snapshot->IsValid()) { in Create()
37 shared_snapshot = DartSnapshot::Empty(); in Create()
38 if (!shared_snapshot) { in Create()
48 std::move(shared_snapshot) // in Create()
55 fml::RefPtr<const DartSnapshot> shared_snapshot) in DartVMData() argument
59 shared_snapshot_(shared_snapshot) {} in DartVMData()
Ddart_vm_data.h19 fml::RefPtr<DartSnapshot> shared_snapshot);
40 fml::RefPtr<const DartSnapshot> shared_snapshot);
Ddart_vm_lifecycle.cc50 fml::RefPtr<DartSnapshot> shared_snapshot) { in Create() argument
84 std::move(shared_snapshot), // in Create()
Ddart_isolate.h45 fml::RefPtr<const DartSnapshot> shared_snapshot,
58 fml::RefPtr<const DartSnapshot> shared_snapshot,
Ddart_vm_lifecycle.h33 fml::RefPtr<DartSnapshot> shared_snapshot = nullptr);
Ddart_isolate.cc24 fml::RefPtr<const DartSnapshot> shared_snapshot, in CreateRootIsolate() argument
50 std::move(shared_snapshot), // shared snapshot in CreateRootIsolate()
94 fml::RefPtr<const DartSnapshot> shared_snapshot, in DartIsolate() argument
115 shared_snapshot_(std::move(shared_snapshot)), in DartIsolate()
Ddart_vm.h63 fml::RefPtr<DartSnapshot> shared_snapshot,
Ddart_vm.cc229 fml::RefPtr<DartSnapshot> shared_snapshot, in Create() argument
234 std::move(shared_snapshot) // in Create()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dengine.cc47 fml::RefPtr<const flutter::DartSnapshot> shared_snapshot, in Engine() argument
210 if (!shared_snapshot) { in Engine()
211 shared_snapshot = flutter::DartSnapshot::Empty(); in Engine()
220 std::move(shared_snapshot), // shared snapshot in Engine()
Dengine.h36 fml::RefPtr<const flutter::DartSnapshot> shared_snapshot,
/third_party/flutter/engine/flutter/shell/common/
Dshell.cc40 fml::RefPtr<const DartSnapshot> shared_snapshot, in CreateShellOnPlatformThread() argument
112 shared_snapshot = std::move(shared_snapshot), // in CreateShellOnPlatformThread()
127 std::move(shared_snapshot), // in CreateShellOnPlatformThread()
228 fml::RefPtr<const DartSnapshot> shared_snapshot, in Create() argument
251 shared_snapshot = std::move(shared_snapshot), // in Create()
259 std::move(shared_snapshot), // in Create()
Dengine.cc40 fml::RefPtr<const DartSnapshot> shared_snapshot, in Engine() argument
61 std::move(shared_snapshot), // shared snapshot in Engine()