Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module.h39 static constexpr size_t STATUS_BITS = 2; member in panda::ecmascript::final
40 FIRST_BIT_FIELD(BitField, Status, CjsModuleStatus, STATUS_BITS)
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dcard_table.h267 static constexpr uint8_t STATUS_BITS = 2U; member in ark::mem::CardTable::Card
269 static constexpr uint8_t HOT_VALUE = 1U << (uint8_t)(STATUS_BITS + UNUSED_BITS);
270 static constexpr uint8_t MAX_HOT_VALUE = 7U << (uint8_t)(STATUS_BITS + UNUSED_BITS);
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.h326 static constexpr size_t STATUS_BITS = 3; member in panda::ecmascript::final
334 FIRST_BIT_FIELD(BitField, Status, ModuleStatus, STATUS_BITS)

Completed in 3 milliseconds