Searched refs:jit_load_ (Results 1 – 2 of 2) sorted by relevance
472 static JitCompilerInterface* (*jit_load_)(void); variable
87 JitCompilerInterface* (*Jit::jit_load_)(void) = nullptr; variable226 if (jit_load_ == nullptr) { in Create()230 jit_compiler_ = (jit_load_)(); in Create()285 if (!LoadSymbol(&jit_load_, "jit_load", error_msg)) { in LoadCompilerLibrary()