Searched refs:get_function_from_address (Results 1 – 3 of 3) sorted by relevance
77 fn get_function_from_address(&self, address: Address) -> Option<InterpreterFunctionRef<'a>>; in get_function_from_address() method
431 fn get_function_from_address(&self, address: Address) -> Option<InterpreterFunctionRef<'a>> { in get_function_from_address() method
433 .get_function_from_address(addr) in step()