Searched refs:jit_load_ (Results 1 – 2 of 2) sorted by relevance
491 static JitCompilerInterface* (*jit_load_)(void); variable
88 JitCompilerInterface* (*Jit::jit_load_)(void) = nullptr; variable229 if (jit_load_ == nullptr) { in Create()233 jit_compiler_ = (jit_load_)(); in Create()288 if (!LoadSymbol(&jit_load_, "jit_load", error_msg)) { in LoadCompilerLibrary()