[][src]Function dart_sys::Dart_CreateCoreJITSnapshotAsBlobs

pub unsafe extern "C" fn Dart_CreateCoreJITSnapshotAsBlobs(
    vm_snapshot_data_buffer: *mut *mut u8,
    vm_snapshot_data_size: *mut isize,
    vm_snapshot_instructions_buffer: *mut *mut u8,
    vm_snapshot_instructions_size: *mut isize,
    isolate_snapshot_data_buffer: *mut *mut u8,
    isolate_snapshot_data_size: *mut isize,
    isolate_snapshot_instructions_buffer: *mut *mut u8,
    isolate_snapshot_instructions_size: *mut isize
) -> Dart_Handle

Like Dart_CreateAppJITSnapshotAsBlobs, but also creates a new VM snapshot.