Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dfatpointer.rs10 pub fn fatpointer_type(env: &crate::func_environ::FuncEnvironment) -> ir::Type { in fatpointer_type() function
23 debug_assert_eq!(pos.func.dfg.value_type(contobj), fatpointer_type(env)); in deconstruct()
44 let fat_ptr_ty = fatpointer_type(env); in construct()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs2472 stack_switching::fatpointer::fatpointer_type(self), in translate_table_get()