Searched refs:IsPrototypeBit (Results 1 – 3 of 3) sorted by relevance
83 Int32(JSHClass::IsPrototypeBit::START_BIT)), in IsProtoTypeHClass()84 Int32((1LU << JSHClass::IsPrototypeBit::SIZE) - 1))); in IsProtoTypeHClass()338 auto ptBitMask = 1LU << JSHClass::IsPrototypeBit::START_BIT; in IsClassPrototypeWithBitField()
1884 Int32((1LU << JSHClass::IsPrototypeBit::SIZE) - 1), in SetIsProtoTypeToHClass()1885 Int32(JSHClass::IsPrototypeBit::START_BIT)); in SetIsProtoTypeToHClass()1887 Int32LSL(oldValue, Int32(JSHClass::IsPrototypeBit::START_BIT))); in SetIsProtoTypeToHClass()1907 Int32(JSHClass::IsPrototypeBit::START_BIT)), in IsProtoTypeHClass()1908 Int32((1LU << JSHClass::IsPrototypeBit::SIZE) - 1))); in IsProtoTypeHClass()
355 …using IsPrototypeBit = ExtensibleBit::NextFlag; // 12 variable356 …using ElementsKindBits = IsPrototypeBit::NextField<ElementsKind, ELEMENTS_KIND_BITFIELD_NUM>; // 1…507 IsPrototypeBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetIsPrototype()1290 return IsPrototypeBit::Decode(bits); in IsPrototype()