Searched refs:IsPrototypeBit (Results 1 – 2 of 2) sorted by relevance
298 using IsPrototypeBit = ExtensibleBit::NextFlag; variable299 … using ElementsKindBits = IsPrototypeBit::NextField<ElementsKind, 5>; // 5 means next 5 bit435 IsPrototypeBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetIsPrototype()1163 return IsPrototypeBit::Decode(bits); in IsPrototype()
1578 Int32((1LU << JSHClass::IsPrototypeBit::SIZE) - 1), in SetIsProtoTypeToHClass()1579 Int32(JSHClass::IsPrototypeBit::START_BIT)); in SetIsProtoTypeToHClass()1581 Int32LSL(oldValue, Int32(JSHClass::IsPrototypeBit::START_BIT))); in SetIsProtoTypeToHClass()1589 Int32(JSHClass::IsPrototypeBit::START_BIT)), in IsProtoTypeHClass()1590 Int32((1LU << JSHClass::IsPrototypeBit::SIZE) - 1))); in IsProtoTypeHClass()