Home
last modified time | relevance | path

Searched defs:update_stack_pointer (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wmemcheck/src/
H A Dlib.rs151 pub fn update_stack_pointer(&mut self, new_sp: usize) -> Result<(), AccessError> { in update_stack_pointer() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs1477 fn update_stack_pointer(_store: &mut dyn VMStore, _instance: InstanceId, _value: u32) { in update_stack_pointer() function
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs3903 let update_stack_pointer = in update_global() localVariable