Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_impl.cpp154 int32_t AotCompilerImpl::PrintAOTCompilerResult(const int compilerStatus) in PrintAOTCompilerResult() argument
156 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()
/arkcompiler/ets_runtime/compiler_service/include/
Daot_compiler_impl.h59 int32_t PrintAOTCompilerResult(const int compilerStatus);