Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h306 using ClassPrototypeBit = ClassConstructorBit::NextFlag; // 22 variable
307 using GlobalConstOrBuiltinsObjectBit = ClassPrototypeBit::NextFlag; // 23
450 ClassPrototypeBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetClassPrototype()
1186 return ClassPrototypeBit::Decode(bits); in IsClassPrototype()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h789 Int32And(Int32LSR(bitfield, Int32(JSHClass::ClassPrototypeBit::START_BIT)), in IsClassPrototype()
790 Int32((1LU << JSHClass::ClassPrototypeBit::SIZE) - 1)), in IsClassPrototype()