Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h162 #define CHECK_LT(lhs, rhs) ASSERT_OP(lhs, <, rhs) macro
210 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/libpandabase/
H A Dmacros.h184 #define CHECK_LT(lhs, rhs) ASSERT_OP(lhs, <, rhs) macro
232 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dlocations.h55 CHECK_LT(value, ValueField::Mask()); in Location()
H A Dinst.h1040 CHECK_LT(index, GetInputsCount()); in SetInput()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dlocations.h56 CHECK_LT(value, ValueField::Mask()); in Location()
H A Dinst.h1298 CHECK_LT(index, GetInputsCount()); in SetInput()
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_file.cpp183 CHECK_LT(index, bitmap.size()); in FindMethodHeader()
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dfunction.h117 CHECK_LT(index, externalFunctions_.size()); in GetExternalFunction()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Doperands.h72 CHECK_LT(id_, 32U); in GetMask()
/arkcompiler/runtime_core/static_core/runtime/
H A Dstack_walker.cpp143 CHECK_LT(npc - code, std::numeric_limits<uint32_t>::max()); in CreateCFrame()

Completed in 16 milliseconds