Home
last modified time | relevance | path

Searched refs:JitCompilerInterface (Results 1 – 5 of 5) sorted by relevance

/art/compiler/export/
Djit_create.h25 class JitCompilerInterface; variable
28 JitCompilerInterface* jit_create();
/art/runtime/jit/
Djit.h66 class JitCompilerInterface {
68 virtual ~JitCompilerInterface() {} in ~JitCompilerInterface()
206 JitCompilerInterface* GetJitCompiler() const { in GetJitCompiler()
427 EXPORT static JitCompilerInterface* jit_compiler_;
Djit.cc68 JitCompilerInterface* Jit::jit_compiler_ = nullptr;
/art/compiler/jit/
Djit_compiler.h38 class JitCompiler : public JitCompilerInterface {
Djit_compiler.cc130 JitCompilerInterface* jit_create() { in jit_create()