Home
last modified time | relevance | path

Searched refs:IsPrototypeBit (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h97 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()
Dstub_builder-inl.h2124 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()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h389 …using IsPrototypeBit = ExtensibleBit::NextFlag; // 12 variable
390 …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()