Searched refs:compilerStatus (Results 1 – 2 of 2) sorted by relevance
154 int32_t AotCompilerImpl::PrintAOTCompilerResult(const int compilerStatus) in PrintAOTCompilerResult() argument156 if (RetInfoOfCompiler.find(compilerStatus) == RetInfoOfCompiler.end()) { in PrintAOTCompilerResult()160 if (RetInfoOfCompiler.at(compilerStatus).retCode == ERR_AOT_COMPILER_CALL_FAILED) { in PrintAOTCompilerResult()161 LOG_SA(ERROR) << RetInfoOfCompiler.at(compilerStatus).mesg; in PrintAOTCompilerResult()163 LOG_SA(INFO) << RetInfoOfCompiler.at(compilerStatus).mesg; in PrintAOTCompilerResult()165 return RetInfoOfCompiler.at(compilerStatus).retCode; in PrintAOTCompilerResult()
59 int32_t PrintAOTCompilerResult(const int compilerStatus);