Home
last modified time | relevance | path

Searched refs:vm_snapshot (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/runtime/
Ddart_vm_data.cc11 fml::RefPtr<DartSnapshot> vm_snapshot, in Create() argument
14 if (!vm_snapshot || !vm_snapshot->IsValid()) { in Create()
17 vm_snapshot = DartSnapshot::VMSnapshotFromSettings(settings); in Create()
18 if (!vm_snapshot) { in Create()
46 std::move(vm_snapshot), // in Create()
53 fml::RefPtr<const DartSnapshot> vm_snapshot, in DartVMData() argument
57 vm_snapshot_(vm_snapshot), in DartVMData()
Ddart_vm_data.h17 fml::RefPtr<DartSnapshot> vm_snapshot,
38 fml::RefPtr<const DartSnapshot> vm_snapshot,
Ddart_vm_lifecycle.cc48 fml::RefPtr<DartSnapshot> vm_snapshot, in Create() argument
82 std::move(vm_snapshot), // in Create()
Ddart_vm_lifecycle.h31 fml::RefPtr<DartSnapshot> vm_snapshot = nullptr,
Ddart_vm.h61 fml::RefPtr<DartSnapshot> vm_snapshot,
Ddart_vm.cc227 fml::RefPtr<DartSnapshot> vm_snapshot, in Create() argument
232 std::move(vm_snapshot), // in Create()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcomponent.cc439 fml::RefPtr<flutter::DartSnapshot> vm_snapshot = in AttemptVMLaunchWithCurrentSettings() local
465 std::move(vm_snapshot), // in AttemptVMLaunchWithCurrentSettings()