Searched refs:LoadCompilerLibrary (Results 1 – 3 of 3) sorted by relevance
377 static bool LoadCompilerLibrary(std::string* error_msg);
277 bool Jit::LoadCompilerLibrary(std::string* error_msg) { in LoadCompilerLibrary() function in art::jit::Jit
914 if (!jit::Jit::LoadCompilerLibrary(&error_msg)) { in Start()