Searched refs:get_function (Results 1 – 3 of 3) sorted by relevance
25 fn get_function(&self, func_ref: FuncRef) -> Option<&'a Function>; in get_function() method
241 fn get_function(&self, func_ref: FuncRef) -> Option<&'a Function> { in get_function() method
411 .get_function(func_ref) in step()