Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/translate/
H A Dstack.rs123 pub fn following_code(&self) -> Block { in following_code() method
441 following_code: Block, in push_block_impl()
448 destination: following_code, in push_block_impl()
460 following_code: Block, in push_block()
464 self.push_block_impl(following_code, num_param_types, num_result_types, None); in push_block()
470 following_code: Block, in push_try_table_block()
477 following_code, in push_try_table_block()
488 following_code: Block, in push_loop()
495 destination: following_code, in push_loop()
H A Dcode_translator.rs431 let next_block = frame.following_code(); in translate_operator()
3452 builder.switch_to_block(frame.following_code()); in translate_unreachable_operator()
3453 builder.seal_block(frame.following_code()); in translate_unreachable_operator()
3457 value_stack.extend_from_slice(builder.block_params(frame.following_code())); in translate_unreachable_operator()