Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h302 using IsStableElementsBit = IsDictionaryBit::NextFlag; // 18 variable
303 using HasConstructorBits = IsStableElementsBit::NextFlag; // 19
1517 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements()
1522 return IsStableElementsBit::Decode(GetBitField()); in IsStableElements()
1528 return IsStableElementsBit::Decode(bits) && (type == JSType::JS_ARGUMENTS); in IsStableJSArguments()
1534 return IsStableElementsBit::Decode(bits) && (type == JSType::JS_ARRAY); in IsStableJSArray()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h704 Int32(JSHClass::IsStableElementsBit::START_BIT)), in IsIsStableElementsByHClass()
705 Int32((1LU << JSHClass::IsStableElementsBit::SIZE) - 1)), in IsIsStableElementsByHClass()
733 Int32(JSHClass::IsStableElementsBit::START_BIT)), in IsStableElements()
734 Int32((1LU << JSHClass::IsStableElementsBit::SIZE) - 1)), in IsStableElements()