OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jit_unload
(Results
1 - 2
of
2
) sorted by null
/art/compiler/jit/
jit_compiler.cc
53
extern "C" void
jit_unload
(void* handle) {
function in namespace:art::jit
/art/runtime/jit/
jit.cc
203
dlsym(jit_library_handle_, "
jit_unload
"));
206
*error_msg = "JIT couldn't find
jit_unload
entry point";
Completed in 115 milliseconds