Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_env_constants-inl.h37 DASSERT_PRINT(index >= ConstantIndex::CONSTANT_BEGIN && index < ConstantIndex::CONSTANT_END, in SetConstant()
45 DASSERT_PRINT(index >= ConstantIndex::CONSTANT_BEGIN && index < ConstantIndex::CONSTANT_END, in SetConstant()
H A Decma_macros.h219 #define DASSERT_PRINT(cond, message) \ macro
226 #define DASSERT_PRINT(cond, message) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) macro
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmachine_code.h214 DASSERT_PRINT(calleeRegArray != nullptr, "Array pointer cannot be null."); in SetCalleeReg2OffsetArray()
222 DASSERT_PRINT(calleeRegIndex < CalleeReg2OffsetArraySize, "Array index out of bounds."); in GetCalleeReg2OffsetArray()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dframe_handler.h294 DASSERT_PRINT(oldSp_ == thread_->GetCurrentSPFrame(), in ~StackAssertScope()

Completed in 4 milliseconds