Home
last modified time | relevance | path

Searched refs:stack_limit_at_function_entry (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs211 pub(crate) stack_limit_at_function_entry: Option<ir::GlobalValue>, field
286 stack_limit_at_function_entry: None, in new()
3667 if let Some(gv) = self.stack_limit_at_function_entry { in before_translate_function()
H A Dcompiler.rs315 func_env.stack_limit_at_function_entry = Some(stack_limit); in compile_function()