Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h308 using IsTSBit = GlobalConstOrBuiltinsObjectBit::NextFlag; // 24 variable
309 using LevelBit = IsTSBit::NextField<uint32_t, LEVEL_BTTFIELD_NUM>; // 29
465 IsTSBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetTS()
1205 return IsTSBit::Decode(bits); in IsTS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1646 Int32(JSHClass::IsTSBit::START_BIT)), in IsTSHClass()
1647 Int32((1LU << JSHClass::IsTSBit::SIZE) - 1)), in IsTSHClass()