Searched refs:ClassPrototypeBit (Results 1 – 2 of 2) sorted by relevance
306 using ClassPrototypeBit = ClassConstructorBit::NextFlag; // 22 variable307 using GlobalConstOrBuiltinsObjectBit = ClassPrototypeBit::NextFlag; // 23450 ClassPrototypeBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetClassPrototype()1186 return ClassPrototypeBit::Decode(bits); in IsClassPrototype()
789 Int32And(Int32LSR(bitfield, Int32(JSHClass::ClassPrototypeBit::START_BIT)), in IsClassPrototype()790 Int32((1LU << JSHClass::ClassPrototypeBit::SIZE) - 1)), in IsClassPrototype()