Searched refs:CompilerContext (Results 1 – 1 of 1) sorted by relevance
55 struct CompilerContext { struct64 impl Default for CompilerContext { argument81 contexts: Mutex<Vec<CompilerContext>>,209 debug_assert!(b.is::<Option<CompilerContext>>()); in box_dyn_any_compiler_context()838 debug_assert!(!func.is::<Option<CompilerContext>>()); in compiled_function_relocation_targets()851 .downcast_ref::<Option<CompilerContext>>() in calls()876 .downcast_ref::<Option<CompilerContext>>() in size()894 .downcast_mut::<Option<CompilerContext>>() in inline()960 .downcast_mut::<Option<CompilerContext>>() in finish_compiling()1178 .unwrap_or_else(|| CompilerContext { in function_compiler()[all …]