Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h481 static JitCompilerInterface* (*jit_load_)(void); variable
Djit.cc88 JitCompilerInterface* (*Jit::jit_load_)(void) = nullptr; variable
227 if (jit_load_ == nullptr) { in Create()
231 jit_compiler_ = (jit_load_)(); in Create()
286 if (!LoadSymbol(&jit_load_, "jit_load", error_msg)) { in LoadCompilerLibrary()