Searched refs:LoadCompiler (Results 1 – 2 of 2) sorted by relevance
182 static bool LoadCompiler(std::string* error_msg);
183 if (jit_compiler_handle_ == nullptr && !LoadCompiler(error_msg)) { in Create()257 bool Jit::LoadCompiler(std::string* error_msg) { in LoadCompiler() function in art::jit::Jit