Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_hclass.h219 using ClassPrototypeBit = ClassConstructorBit::NextFlag; // 22 variable
334 ClassPrototypeBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetClassPrototype()
793 return ClassPrototypeBit::Decode(bits); in IsClassPrototype()
/ark/js_runtime/ecmascript/compiler/
Dstub-inl.h1157 Int32And(UInt32LSR(bitfield, GetInt32Constant(JSHClass::ClassPrototypeBit::START_BIT)), in IsClassPrototype()
1158 GetInt32Constant((1LU << JSHClass::ClassPrototypeBit::SIZE) - 1)), in IsClassPrototype()