Searched refs:get_finalized_function (Results 1 – 3 of 3) sorted by relevance
83 let code_b = module.get_finalized_function(func_b); in main()
424 let function_ptr = self.module.get_finalized_function(self.func_id); in call()425 let trampoline_ptr = self.module.get_finalized_function(self.trampoline_id); in call()
265 pub fn get_finalized_function(&self, func_id: FuncId) -> *const u8 { in get_finalized_function() method