Searched refs:normal_return (Results 1 – 7 of 7) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | exception_table.rs | 136 normal_return: BlockCall, in new() 157 targets.push(normal_return); in new() 182 pub fn normal_return(&self) -> &BlockCall { in normal_return() method 263 self.table.normal_return().display(self.pool) in fmt()
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | inline.rs | 752 let normal_return = *func.dfg.exception_tables[exception].normal_return(); in fixup_inlined_call_exception_tables() localVariable 755 normal_return, in fixup_inlined_call_exception_tables() 949 let inlined_normal_return = self.map_block_call(*exception_table.normal_return()); in map_exception_table() 1127 let normal_return = func.dfg.exception_tables[exception].normal_return(); in split_off_return_block() localVariable 1128 let normal_return_block = normal_return.block(&func.dfg.value_lists); in split_off_return_block() 1132 let normal_return_args = normal_return.args(&func.dfg.value_lists); in split_off_return_block() 1157 .normal_return() in split_off_return_block()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | compiler.rs | 1366 let normal_return = builder.create_block(); in array_to_wasm_trampoline() localVariable 1375 .append_block_param(normal_return, ty.value_type) in array_to_wasm_trampoline() 1400 normal_return, in array_to_wasm_trampoline() 1414 builder.seal_block(normal_return); in array_to_wasm_trampoline() 1419 builder.switch_to_block(normal_return); in array_to_wasm_trampoline()
|
| /wasmtime-44.0.1/cranelift/frontend/src/ |
| H A D | frontend.rs | 1987 let normal_return = BlockCall::new(block3, [], &mut builder.func.dfg.value_lists); in try_call() localVariable 1992 .push(ExceptionTableData::new(sig0, normal_return, [])); in try_call() 1999 let normal_return = BlockCall::new(block3, [], &mut builder.func.dfg.value_lists); in try_call() localVariable 2004 .push(ExceptionTableData::new(sig0, normal_return, [])); in try_call()
|
| /wasmtime-44.0.1/cranelift/frontend/src/frontend/ |
| H A D | safepoints.rs | 2849 let normal_return = BlockCall::new(block1, [], &mut builder.func.dfg.value_lists); in needs_stack_map_across_try_call() localVariable 2854 .push(ExceptionTableData::new(signature0, normal_return, [])); in needs_stack_map_across_try_call()
|
| /wasmtime-44.0.1/cranelift/reader/src/ |
| H A D | parser.rs | 1829 let normal_return = ctx.function.dfg.block_call(block_num, &args); in parse_exception_table() localVariable 1882 .push(ir::ExceptionTableData::new(sig, normal_return, handlers))) in parse_exception_table()
|
| /wasmtime-44.0.1/cranelift/codegen/src/verifier/ |
| H A D | mod.rs | 1407 exdata.normal_return(), in typecheck_variable_args()
|