Home
last modified time | relevance | path

Searched refs:LEVEL_BTTFIELD_NUM (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.h45 static constexpr uint8_t MAX_LEVEL = 1 << JSHClass::LEVEL_BTTFIELD_NUM;
Djs_hclass.h293 static constexpr int LEVEL_BTTFIELD_NUM = 3; variable
309 using LevelBit = IsTSBit::NextField<uint32_t, LEVEL_BTTFIELD_NUM>; // 29