Searched refs:IsPrototypeBit (Results 1 – 3 of 3) sorted by relevance
97 Int32(JSHClass::IsPrototypeBit::START_BIT)), in IsProtoTypeHClass()98 Int32((1LU << JSHClass::IsPrototypeBit::SIZE) - 1))); in IsProtoTypeHClass()361 auto ptBitMask = 1LU << JSHClass::IsPrototypeBit::START_BIT; in IsClassPrototypeWithBitField()
2124 Int32((1LU << JSHClass::IsPrototypeBit::SIZE) - 1), in SetIsProtoTypeToHClass()2125 Int32(JSHClass::IsPrototypeBit::START_BIT)); in SetIsProtoTypeToHClass()2127 Int32LSL(oldValue, Int32(JSHClass::IsPrototypeBit::START_BIT))); in SetIsProtoTypeToHClass()2147 Int32(JSHClass::IsPrototypeBit::START_BIT)), in IsProtoTypeHClass()2148 Int32((1LU << JSHClass::IsPrototypeBit::SIZE) - 1))); in IsProtoTypeHClass()
389 …using IsPrototypeBit = ExtensibleBit::NextFlag; // 12 variable390 …using ElementsKindBits = IsPrototypeBit::NextField<ElementsKind, ELEMENTS_KIND_BITFIELD_NUM>; // 1…565 IsPrototypeBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetIsPrototype()1482 return IsPrototypeBit::Decode(bits); in IsPrototype()