| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | cow.rs | 1008 let initial = 64 << 10; in dynamic() localVariable 1040 memfd.set_heap_limit(initial * 2).unwrap(); in dynamic() 1044 assert_eq!(&[0, 0], &slice[initial..initial + 2]); in dynamic() 1045 slice[initial] = 100; in dynamic() 1046 assert_eq!(&[100, 0], &slice[initial..initial + 2]); in dynamic() 1057 assert_eq!(&[0, 0], &slice[initial..initial + 2]); in dynamic() 1064 assert_eq!(&[0, 0], &slice[initial..initial + 2]); in dynamic() 1069 assert_eq!(&[0, 0], &slice[initial..initial + 2]); in dynamic() 1070 slice[initial] = 100; in dynamic() 1071 assert_eq!(&[100, 0], &slice[initial..initial + 2]); in dynamic() [all …]
|
| /wasmtime-44.0.1/crates/wasi/src/ |
| H A D | clocks.rs | 124 initial: Instant, field 136 let initial = clock.now(); in new() localVariable 137 Self { clock, initial } in new() 151 .duration_since(self.initial) in now()
|
| /wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/solver/encoded_ops/ |
| H A D | popcnt.rs | 12 let initial = bits.pop().unwrap(); in popcnt() localVariable 13 let r = bits.iter().fold(initial, |a, b| s.smt.bvadd(a, *b)); in popcnt()
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/runtests/ |
| H A D | return-call-loop.clif | 31 ;; our first iteration, grab the initial SP. 36 ;; Grab the initial SP. 64 ;; our first iteration, grab the initial SP. 69 ;; Grab the initial SP. 97 ;; initial SP. 101 ;; Grab the initial SP.
|
| /wasmtime-44.0.1/crates/fiber/src/ |
| H A D | nostd.rs | 123 let initial = inner.take_resume::<A, B, C>(); in fiber_start() localVariable 125 super::Suspend::<A, B, C>::execute(inner, initial, Box::from_raw(arg0.cast::<F>())); in fiber_start()
|
| H A D | windows.rs | 92 let initial = suspend.take_resume::<A, B, C>(); in fiber_start() localVariable 93 let suspend = super::Suspend::<A, B, C>::execute(suspend, initial, *func); in fiber_start()
|
| H A D | lib.rs | 256 initial: Resume, in execute() 267 let result = panic::catch_unwind(AssertUnwindSafe(|| (func)(initial, &mut suspend))); in execute() 279 let result = RunResult::Returned((func)(initial, &mut suspend)); in execute()
|
| H A D | unix.rs | 238 let initial = inner.take_resume::<A, B, C>(); in fiber_start() localVariable 240 super::Suspend::<A, B, C>::execute(inner, initial, Box::from_raw(arg0.cast::<F>())); in fiber_start()
|
| /wasmtime-44.0.1/tests/all/ |
| H A D | epoch_interruption.rs | 50 initial: u64, in run_and_count_yields_or_trap() 58 store.set_epoch_deadline(initial); in run_and_count_yields_or_trap()
|
| /wasmtime-44.0.1/cranelift/isle/isle/isle_examples/pass/ |
| H A D | prio_trie_bug.isle | 79 ;; -- Case 1 (adding a register to the initial Amode with invalid_reg). 81 ;; An Amode.ImmReg with invalid_reg (initial state) can absorb a
|
| /wasmtime-44.0.1/crates/debugger/wit/deps/ |
| H A D | clocks.wit | 9 /// A monotonic clock is a clock which has an unspecified initial value, and 17 /// unspecified initial value, and can only be compared to instances from
|
| H A D | cli.wit | 20 /// Return a path that programs should use as their initial current working 23 initial-cwd: func() -> option<string>;
|
| /wasmtime-44.0.1/crates/wasi/src/p2/wit/deps/ |
| H A D | clocks.wit | 9 /// A monotonic clock is a clock which has an unspecified initial value, and 17 /// unspecified initial value, and can only be compared to instances from
|
| H A D | cli.wit | 20 /// Return a path that programs should use as their initial current working 23 initial-cwd: func() -> option<string>;
|
| /wasmtime-44.0.1/crates/wasi-http/wit/deps/ |
| H A D | clocks.wit | 9 /// A monotonic clock is a clock which has an unspecified initial value, and 17 /// unspecified initial value, and can only be compared to instances from
|
| H A D | cli.wit | 20 /// Return a path that programs should use as their initial current working 23 initial-cwd: func() -> option<string>;
|
| /wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/ |
| H A D | clocks.wit | 17 /// A monotonic clock is a clock which has an unspecified initial value, and 24 /// unspecified initial value, and can only be compared to instances from
|
| H A D | cli.wit | 20 /// Return a path that programs should use as their initial current working 23 get-initial-cwd: func() -> option<string>;
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/ |
| H A D | clocks.wit | 17 /// A monotonic clock is a clock which has an unspecified initial value, and 24 /// unspecified initial value, and can only be compared to instances from
|
| H A D | cli.wit | 20 /// Return a path that programs should use as their initial current working 23 get-initial-cwd: func() -> option<string>;
|
| /wasmtime-44.0.1/tests/misc_testsuite/ |
| H A D | imported-memory-copy.wast | 95 ;; Our memory has our initial data in the right places.
|
| H A D | memory-copy.wast | 90 ;; Our memory has our initial data in the right places.
|
| /wasmtime-44.0.1/benches/wasi/ |
| H A D | open-file.wat | 22 ;; The path to the file under the initial fd.
|
| H A D | read-file.wat | 32 ;; The path to the file under the initial fd.
|
| /wasmtime-44.0.1/docs/ |
| H A D | examples-fast-instantiation.md | 31 reads the initial data, and never overwrites it, then the copying is completely
|