Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 58) sorted by relevance

123

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcow.rs1008 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 Dclocks.rs124 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 Dpopcnt.rs12 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 Dreturn-call-loop.clif31 ;; 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 Dnostd.rs123 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 Dwindows.rs92 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 Dlib.rs256 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 Dunix.rs238 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 Depoch_interruption.rs50 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 Dprio_trie_bug.isle79 ;; -- 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 Dclocks.wit9 /// 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 Dcli.wit20 /// 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 Dclocks.wit9 /// 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 Dcli.wit20 /// 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 Dclocks.wit9 /// 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 Dcli.wit20 /// 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 Dclocks.wit17 /// 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 Dcli.wit20 /// 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 Dclocks.wit17 /// 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 Dcli.wit20 /// 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 Dimported-memory-copy.wast95 ;; Our memory has our initial data in the right places.
H A Dmemory-copy.wast90 ;; Our memory has our initial data in the right places.
/wasmtime-44.0.1/benches/wasi/
H A Dopen-file.wat22 ;; The path to the file under the initial fd.
H A Dread-file.wat32 ;; The path to the file under the initial fd.
/wasmtime-44.0.1/docs/
H A Dexamples-fast-instantiation.md31 reads the initial data, and never overwrites it, then the copying is completely

123