Searched defs:GlobalJitState (Results 1 – 1 of 1) sorted by relevance
42 struct GlobalJitState { struct43 bool disable_jit = false;44 bool enable_x64 = false;71 GlobalJitState& GetGlobalState(); argument