Searched refs:LoadCompiler (Results 1 – 2 of 2) sorted by relevance
173 static bool LoadCompiler(std::string* error_msg);
154 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