Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h173 static bool LoadCompiler(std::string* error_msg);
Djit.cc154 if (jit_compiler_handle_ == nullptr && !LoadCompiler(error_msg)) { in Create()
226 bool Jit::LoadCompiler(std::string* error_msg) { in LoadCompiler() function in art::jit::Jit