Home
last modified time | relevance | path

Searched refs:CHECK_GT (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h166 #define CHECK_GT(lhs, rhs) ASSERT_OP(lhs, >, rhs) macro
212 #define CHECK_GT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/libpandabase/
H A Dmacros.h188 #define CHECK_GT(lhs, rhs) ASSERT_OP(lhs, >, rhs) macro
234 #define CHECK_GT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/static_core/runtime/
H A Dstack_walker.cpp142 CHECK_GT(npc, code); in CreateCFrame()

Completed in 3 milliseconds