Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Derror.rs158 pub(crate) const fn unexpected_value_stack_index() -> Self { in unexpected_value_stack_index() method
H A Dcontext.rs637 ensure!(last <= len, CodeGenError::unexpected_value_stack_index(),); in drop_last()