Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h298 using IsPrototypeBit = ExtensibleBit::NextFlag; variable
299 … using ElementsKindBits = IsPrototypeBit::NextField<ElementsKind, 5>; // 5 means next 5 bit
435 IsPrototypeBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetIsPrototype()
1163 return IsPrototypeBit::Decode(bits); in IsPrototype()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1578 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()