Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h359 …using IsStableElementsBit = IsDictionaryBit::NextFlag; // 20 variable
360 …using HasConstructorBits = IsStableElementsBit::NextFlag; // 21
1637 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements()
1642 return IsStableElementsBit::Decode(GetBitField()); in IsStableElements()
1648 return IsStableElementsBit::Decode(bits) && (type == JSType::JS_ARGUMENTS); in IsStableJSArguments()
1654 return IsStableElementsBit::Decode(bits) && (type == JSType::JS_ARRAY); in IsStableJSArray()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h275 Int32(JSHClass::IsStableElementsBit::START_BIT)), in IsStableElements()
276 Int32((1LU << JSHClass::IsStableElementsBit::SIZE) - 1)), in IsStableElements()