Home
last modified time | relevance | path

Searched refs:PRINT_LEVEL_DEV (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_logging.h77 // the macro PRINT_LEVEL_DEV is a filter for DBG messages in developer builds.
78 // When PRINT_LEVEL_DEV is set to kLlLog, DBG messages are not printed.
174 #define PRINT_LEVEL_DEV kLlLog macro
179 if (PRINT_LEVEL_DEV <= kLlLog) { \
192 // if (PRINT_LEVEL_DEV <= kLlLog) { \

Completed in 1 milliseconds