Searched refs:first_switch_handler_index (Results 1 – 2 of 2) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | stack_switching.rs | 124 pub first_switch_handler_index: u32, field 134 first_switch_handler_index: 0, in running_default() 255 first_switch_handler_index: 0, in empty() 594 offset_of!(VMCommonStackInformation, first_switch_handler_index), in check_vm_common_stack_information_offsets()
|
| /wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/ |
| H A D | instructions.rs | 1101 let first_switch_handler_index = parent_csi.get_first_switch_handler_index(env, builder); in search_handler() localVariable 1106 (zero, first_switch_handler_index) in search_handler() 1109 (first_switch_handler_index, length) in search_handler() 1406 let first_switch_handler_index = builder in translate_resume() localVariable 1409 parent_csi.set_first_switch_handler_index(env, builder, first_switch_handler_index); in translate_resume()
|