Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs622 let func_args = builder in hook_malloc_exit() localVariable
626 let len = if func_args.len() < 3 { in hook_malloc_exit()
631 func_args[2] in hook_malloc_exit()
645 let func_args = builder in hook_free_exit() localVariable
649 let ptr = if func_args.len() < 3 { in hook_free_exit()
654 func_args[2] in hook_free_exit()