Searched refs:LOG_ERROR (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/tools/ |
H A D | benchmark_coverage.sh | 81 LOG_ERROR=$PANDA_BINARY_ROOT/compiler/coverage/log_compiler_error_${PAOC_MODE}_${TARGET_ARCH}.txt 86 [ -e "$LOG_ERROR" ] && rm "$LOG_ERROR" 173 echo "Benchmark=$benchmark" >> "$LOG_ERROR" 174 echo "Function=$name" >> "$LOG_ERROR" 175 echo "Status=${func_status[-1]}" >> "$LOG_ERROR" 176 echo "Reproduce:" >> "$LOG_ERROR" 177 echo "$PANDASM $BENCHMARKS/$benchmark.pa $benchmark.abc" >> "$LOG_ERROR" 178 echo -n "$PAOC --paoc-panda-files=\"$benchmark.abc\" --paoc-mode=$PAOC_MODE" >> "$LOG_ERROR" 179 echo -n " --compiler-regex=\"$class_name::$method_name\"" >> "$LOG_ERROR" [all...] |
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | logger.h | 35 #define INTEROP_LOG_ERROR(msg) OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, "ts2ets", msg) 36 #define INTEROP_LOG_ERROR_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, "ts2ets", msg, __VA_ARGS__)
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | log.h | 155 } else if constexpr (level == LOG_ERROR) { in ~HiLog() argument
|
H A D | log.cpp | 38 case LogLevel::LOG_ERROR: in ConvertToLevel()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_vm_api.cpp | 59 OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, "ArkEtsVm", "%s: %s", component, msg); in LogPrint()
|
Completed in 3 milliseconds