Home
last modified time | relevance | path

Searched refs:MAX_MARKER (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dmarker.h30 constexpr uint32_t MAX_MARKER = ((1U << (MARKER_SIZE - MARKERS_NUM)) - 1U); member
43 ASSERT_PRINT(current_index_ < MAX_MARKER, "Markers overflow. Please check recursion"); in NewMarker()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dmarker.h30 constexpr uint32_t MAX_MARKER = ((1U << (MARKER_SIZE - MARKERS_NUM)) - 1U); member
43 ASSERT_PRINT(currentIndex_ < MAX_MARKER, "Markers overflow. Please check recursion"); in NewMarker()

Completed in 2 milliseconds