Home
last modified time | relevance | path

Searched refs:get_function (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstate.rs25 fn get_function(&self, func_ref: FuncRef) -> Option<&'a Function>; in get_function() method
H A Dinterpreter.rs241 fn get_function(&self, func_ref: FuncRef) -> Option<&'a Function> { in get_function() method
H A Dstep.rs411 .get_function(func_ref) in step()