Searched refs:compiled_functions (Results 1 – 1 of 1) sorted by relevance
176 compiled_functions: SecondaryMap<FuncId, Option<CompiledBlob>>, field218 match &self.compiled_functions[func_id] { in get_address()252 match &self.compiled_functions[*func_id] { in get_address()266 let info = &self.compiled_functions[func_id]; in get_finalized_function()322 let func = self.compiled_functions[func] in finalize_definitions()368 compiled_functions: SecondaryMap::new(), in new()406 let data = self.compiled_functions[func] in lookup_wasmtime_exception_data()475 if !self.compiled_functions[id].is_none() { in define_function_with_control_plane()510 let blob = self.compiled_functions[id].insert(CompiledBlob::new( in define_function_with_control_plane()547 if !self.compiled_functions[id].is_none() { in define_function_bytes()[all …]