Searched refs:extraLength (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_array.cpp | 122 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 D | tagged_array.h | 88 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 D | profile_type_info.h | 214 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 D | aot_file_manager.h | 87 uint32_t extraLength = 0);
|
H A D | aot_file_manager.cpp | 35 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 D | class_info_extractor.h | 75 uint32_t extraLength = 0);
|
H A D | program_object.h | 322 uint32_t capacity, uint32_t extraLength = 0) in InitializeWithSpecialValue() 326 SetExtraLength(extraLength); in InitializeWithSpecialValue()
|
H A D | class_info_extractor.cpp | 342 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