Searched defs:LoadCompilerLibrary (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jit/
H A Djit.cc192 bool Jit::LoadCompilerLibrary(std::string* error_msg) { function in class:art::jit::Jit
232 if (jit_library_handle_ == nullptr && !LoadCompilerLibrary(error_msg)) {

Completed in 68 milliseconds