Searched refs:CHECK_GE (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/ |
H A D | macros.h | 164 #define CHECK_GE(lhs, rhs) ASSERT_OP(lhs, >=, rhs) macro 211 #define CHECK_GE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
|
/arkcompiler/runtime_core/libpandabase/ |
H A D | macros.h | 186 #define CHECK_GE(lhs, rhs) ASSERT_OP(lhs, >=, rhs) macro 233 #define CHECK_GE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
|
/arkcompiler/runtime_core/static_core/compiler/code_info/ |
H A D | code_info.h | 341 CHECK_GE(GetInlineDepth(stackMap), inlineDepth); in GetInlineInfo()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | inst.h | 608 CHECK_GE(capacity_ - 1, index);
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | codegen.cpp | 2142 CHECK_GE(dst.GetSize(), BITS_PER_UINT32); in EncodeDynamicCast()
|
Completed in 12 milliseconds