Searched refs:vm_snapshot (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/engine/flutter/runtime/ |
D | dart_vm_data.cc | 11 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()
|
D | dart_vm_data.h | 17 fml::RefPtr<DartSnapshot> vm_snapshot, 38 fml::RefPtr<const DartSnapshot> vm_snapshot,
|
D | dart_vm_lifecycle.cc | 48 fml::RefPtr<DartSnapshot> vm_snapshot, in Create() argument 82 std::move(vm_snapshot), // in Create()
|
D | dart_vm_lifecycle.h | 31 fml::RefPtr<DartSnapshot> vm_snapshot = nullptr,
|
D | dart_vm.h | 61 fml::RefPtr<DartSnapshot> vm_snapshot,
|
D | dart_vm.cc | 227 fml::RefPtr<DartSnapshot> vm_snapshot, in Create() argument 232 std::move(vm_snapshot), // in Create()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | component.cc | 439 fml::RefPtr<flutter::DartSnapshot> vm_snapshot = in AttemptVMLaunchWithCurrentSettings() local 465 std::move(vm_snapshot), // in AttemptVMLaunchWithCurrentSettings()
|