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