Searched refs:JitCompilerInterface (Results 1 – 5 of 5) sorted by relevance
25 class JitCompilerInterface; variable28 JitCompilerInterface* jit_create();
66 class JitCompilerInterface {68 virtual ~JitCompilerInterface() {} in ~JitCompilerInterface()206 JitCompilerInterface* GetJitCompiler() const { in GetJitCompiler()427 EXPORT static JitCompilerInterface* jit_compiler_;
68 JitCompilerInterface* Jit::jit_compiler_ = nullptr;
38 class JitCompiler : public JitCompilerInterface {
130 JitCompilerInterface* jit_create() { in jit_create()