Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/module/
H A Dregistry.rs294 let module_with_code = ModuleWithCode::from_raw(module, &code.code); in lookup_frame_info() localVariable
295 Some((info, module_with_code)) in lookup_frame_info()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinstance.rs800 let module_with_code = ModuleWithCode::in_store( in construct_func_ref() localVariable
810 module_with_code in construct_func_ref()
818 module_with_code in construct_func_ref()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs676 let (module_with_code, pc) = registry in decode()
679 let module = module_with_code.module(); in decode()
H A Dstore.rs2144 let (module_with_code, _offset) = self in trace_wasm_stack_frame()
2149 if let Some(stack_map) = module_with_code.lookup_stack_map(pc) { in trace_wasm_stack_frame()
2164 if let Some(frame_table) = module_with_code.module().frame_table() { in trace_wasm_stack_frame()
2165 let relpc = module_with_code in trace_wasm_stack_frame()