Home
last modified time | relevance | path

Searched defs:oldLength (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.h81 static inline bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
Dtagged_array-inl.h155 uint32_t oldLength = array->GetLength(); in SetCapacity() local
164 uint32_t oldLength = array->GetLength(); in SetCapacityInOldSpace() local
245 uint32_t oldLength = GetLength(); in Trim() local
Dweak_vector.cpp120 uint32_t oldLength = VectorToArrayIndex(capacity); in Copy() local
Dobject_factory.cpp2189 uint32_t oldLength) in NewAndCopyTaggedArray()
2351 uint32_t oldLength = old->GetLength(); in ExtendArray() local
2392 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength in CopyArray()
2445 uint32_t oldLength = old->GetLength(); in ExtendLayoutInfo() local
3645 … [[maybe_unused]] uint32_t oldLength, uint32_t first, uint32_t last) in CopyDeque()
Djs_stable_array.cpp38 uint32_t oldLength = receiver->GetArrayLength(); in Push() local
Djs_object.cpp80 uint32_t oldLength = oldElements->GetLength(); in GrowElementsCapacity() local
244 uint32_t oldLength = arr->GetArrayLength(); in AddElementInternal() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp90 uint32_t oldLength = oldLayout->GetPropertiesCapacity(); in ExtendTSObjLayoutInfo() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp86 uint32_t oldLength = oldElements->GetLength(); in GrowCapacity() local
Djs_api_queue.cpp51 uint32_t oldLength = oldElements->GetLength(); in GrowCapacity() local
Djs_api_lightweightmap.cpp400 uint32_t oldLength = oldArray->GetLength(); in GrowCapacity() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp205 uint32_t oldLength = literals->GetLength(); in EnumerateLiteralVals() local
461 uint32_t oldLength = literals->GetLength(); in GetDatasIgnoreType() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h458 uint32_t oldLength = arr->GetArrayLength(); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp537 GateRef StubBuilder::ComputePropertyCapacityInJSObj(GateRef oldLength) in ComputePropertyCapacityInJSObj()
1747 GateRef oldLength = GetArrayLength(receiver); in ICStoreElement() local