Home
last modified time | relevance | path

Searched refs:extraLength (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_array.cpp122 void TaggedArray::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t length, uint32_t extraLength) in InitializeWithSpecialValue() argument
125 SetExtraLength(extraLength); in InitializeWithSpecialValue()
223 void MutantTaggedArray::InitializeWithSpecialValue(JSTaggedType initValue, uint32_t length, uint32_t extraLength) in InitializeWithSpecialValue() argument
226 SetExtraLength(extraLength); in InitializeWithSpecialValue()
H A Dtagged_array.h88 void InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t length, uint32_t extraLength = 0);
127 void InitializeWithSpecialValue(JSTaggedType initValue, uint32_t length, uint32_t extraLength = 0);
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dprofile_type_info.h214 inline void InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t icSlotSize, uint32_t extraLength = 0) in InitializeWithSpecialValue()
219 SetExtraLength(extraLength); in InitializeWithSpecialValue()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.h87 uint32_t extraLength = 0);
H A Daot_file_manager.cpp35 void AOTLiteralInfo::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity, uint32_t extraLength) in InitializeWithSpecialValue() argument
37 TaggedArray::InitializeWithSpecialValue(initValue, capacity + RESERVED_LENGTH, extraLength); in InitializeWithSpecialValue()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.h75 uint32_t extraLength = 0);
H A Dprogram_object.h322 uint32_t capacity, uint32_t extraLength = 0) in InitializeWithSpecialValue()
326 SetExtraLength(extraLength); in InitializeWithSpecialValue()
H A Dclass_info_extractor.cpp342 uint32_t extraLength) in CreateSendableHClass()
348 if (LIKELY(length + extraLength <= maxInline)) { in CreateSendableHClass()
350 JSHandle<LayoutInfo> layout = factory->CreateSLayoutInfo(length + extraLength); in CreateSendableHClass()
364 factory->NewSEcmaHClass(JSSharedFunction::SIZE, JSType::JS_SHARED_FUNCTION, length + extraLength); in CreateSendableHClass()
340 CreateSendableHClass(JSThread *thread, JSHandle<TaggedArray> &keys, JSHandle<TaggedArray> &properties, bool isProtoClass, uint32_t extraLength) CreateSendableHClass() argument

Completed in 8 milliseconds