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.h83 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()
Dstub_builder-inl.h1884 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()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h355 …using IsPrototypeBit = ExtensibleBit::NextFlag; // 12 variable
356 …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()