Searched refs:jit_unload_ (Results 1 – 2 of 2) sorted by relevance
59 void (*Jit::jit_unload_)(void*) = nullptr; variable233 jit_unload_ = reinterpret_cast<void (*)(void*)>( in LoadCompilerLibrary()235 if (jit_unload_ == nullptr) { in LoadCompilerLibrary()391 jit_unload_(jit_compiler_handle_); in ~Jit()
188 static void (*jit_unload_)(void*); variable