Searched refs:jit_unload_ (Results 1 – 2 of 2) sorted by relevance
47 void (*Jit::jit_unload_)(void*) = nullptr; variable202 jit_unload_ = reinterpret_cast<void (*)(void*)>( in LoadCompilerLibrary()204 if (jit_unload_ == nullptr) { in LoadCompilerLibrary()339 jit_unload_(jit_compiler_handle_); in ~Jit()
179 static void (*jit_unload_)(void*); variable