Searched refs:CHECK_LT (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/ |
H A D | macros.h | 162 #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 D | macros.h | 184 #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 D | locations.h | 55 CHECK_LT(value, ValueField::Mask()); in Location()
|
H A D | inst.h | 1040 CHECK_LT(index, GetInputsCount()); in SetInput()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | locations.h | 56 CHECK_LT(value, ValueField::Mask()); in Location()
|
H A D | inst.h | 1298 CHECK_LT(index, GetInputsCount()); in SetInput()
|
/arkcompiler/runtime_core/static_core/compiler/aot/ |
H A D | aot_file.cpp | 183 CHECK_LT(index, bitmap.size()); in FindMethodHeader()
|
/arkcompiler/runtime_core/static_core/irtoc/backend/ |
H A D | function.h | 117 CHECK_LT(index, externalFunctions_.size()); in GetExternalFunction()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | operands.h | 72 CHECK_LT(id_, 32U); in GetMask()
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | stack_walker.cpp | 143 CHECK_LT(npc - code, std::numeric_limits<uint32_t>::max()); in CreateCFrame()
|
Completed in 16 milliseconds