Home
last modified time | relevance | path

Searched refs:CHECK_GE (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h164 #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 Dmacros.h186 #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 Dcode_info.h341 CHECK_GE(GetInlineDepth(stackMap), inlineDepth); in GetInlineInfo()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h608 CHECK_GE(capacity_ - 1, index);
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp2142 CHECK_GE(dst.GetSize(), BITS_PER_UINT32); in EncodeDynamicCast()

Completed in 12 milliseconds