Home
last modified time | relevance | path

Searched defs:MAX_MONITOR_ID (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dmonitor_pool.h34 static constexpr Monitor::MonitorId MAX_MONITOR_ID = MarkWord::MONITOR_POINTER_MAX_COUNT; variable
/arkcompiler/runtime_core/runtime/tests/
Dmark_word_test.cpp42 MAX_MONITOR_ID = (1UL << MarkWord::MarkWordRepresentation::MONITOR_POINTER_SIZE) - 1UL, enumerator