Home
last modified time | relevance | path

Searched defs:DEBUG_ASSERT (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_logging.h253 #define DEBUG_ASSERT(cond, fmt, ...) … macro
263 #define DEBUG_ASSERT(cond, fmt, ...) macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp21 #define DEBUG_ASSERT(f) assert(f) macro