Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp129 JSHClass *arrayHC = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in NewJSArrayLiteral() local
130 size_t arraySize = arrayHC->GetObjectSize(); in NewJSArrayLiteral()
131 …size_t lengthAccessorOffset = arrayHC->GetInlinedPropertiesOffset(JSArray::LENGTH_INLINE_PROPERTY_… in NewJSArrayLiteral()
137 GateRef size = builder_.IntPtr(arrayHC->GetObjectSize()); in NewJSArrayLiteral()