Home
last modified time | relevance | path

Searched refs:LoadCompilerLibrary (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit.h168 static bool LoadCompilerLibrary(std::string* error_msg);
Djit.cc216 bool Jit::LoadCompilerLibrary(std::string* error_msg) { in LoadCompilerLibrary() function in art::jit::Jit
256 if (jit_library_handle_ == nullptr && !LoadCompilerLibrary(error_msg)) { in LoadCompiler()
/art/runtime/
Druntime.cc754 if (!jit::Jit::LoadCompilerLibrary(&error_msg)) { in Start()