Home
last modified time | relevance | path

Searched defs:get_function (Results 1 – 2 of 2) 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