Home
last modified time | relevance | path

Searched refs:jit_load_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit.h480 static JitCompilerInterface* (*jit_load_)(void); variable
Djit.cc86 JitCompilerInterface* (*Jit::jit_load_)(void) = nullptr; variable
191 if (jit_load_ == nullptr) { in Create()
195 jit_compiler_ = (jit_load_)(); in Create()
254 if (!LoadSymbol(&jit_load_, "jit_load", error_msg)) { in LoadCompilerLibrary()