Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_logging.h66 // DCHECK - Same as CHECK, but the check is suppressed in the release version of
99 // CHECK,DCHECK,CHECK_FATAL,DEBUG_ASSERT also can be invoked as method.
111 // EmitErrorMessage() - for CHECK, DCHECK, CHECK_FATAL and DEBUG_ASSERT
215 #ifdef DCHECK
216 #undef DCHECK macro
218 #define DCHECK(cond, fmt, ...) \ macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dmemlayout.cpp59 DCHECK((opCode == OP_call || opCode == OP_icall || opCode == OP_icallproto), "Not lowered to call or icall?"); in FindLargestActualArea()

Completed in 2 milliseconds