Home
last modified time | relevance | path

Searched refs:jit_unload_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit.cc59 void (*Jit::jit_unload_)(void*) = nullptr; variable
233 jit_unload_ = reinterpret_cast<void (*)(void*)>( in LoadCompilerLibrary()
235 if (jit_unload_ == nullptr) { in LoadCompilerLibrary()
391 jit_unload_(jit_compiler_handle_); in ~Jit()
Djit.h188 static void (*jit_unload_)(void*); variable