Searched refs:theJit (Results 1 – 4 of 4) sorted by relevance
357 StreamOutJit theJit(pJitMgr); in JitCompileStreamout() local358 HANDLE hFunc = theJit.Create(soState); in JitCompileStreamout()
843 BlendJit theJit(pJitMgr); in JitCompileBlend() local844 HANDLE hFunc = theJit.Create(state); in JitCompileBlend()
2941 FetchJit theJit(pJitMgr); in JitCompileFetch() local2942 HANDLE hFunc = theJit.Create(state); in JitCompileFetch()
34 JITDwarfEmitter::JITDwarfEmitter(JIT& theJit) : MMI(0), Jit(theJit) {} in JITDwarfEmitter() argument