Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h154 uint32_t oldLength = array->GetLength(); in SetCapacity() local
163 uint32_t oldLength = array->GetLength(); in SetCapacityInOldSpace() local
177 uint32_t oldLength = GetLength(); in Trim() local
Dtagged_array.h73 static inline bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
Djs_stable_array.cpp38 uint32_t oldLength = receiver->GetArrayLength(); in Push() local
Dobject_factory.cpp2174 uint32_t oldLength) in NewAndCopyTaggedArray()
2355 uint32_t oldLength = old->GetLength(); in ExtendArray() local
2396 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength in CopyArray()
3612 … [[maybe_unused]] uint32_t oldLength, uint32_t first, uint32_t last) in CopyDeque()
Djs_object.cpp78 uint32_t oldLength = oldElements->GetLength(); in GrowElementsCapacity() local
235 uint32_t oldLength = arr->GetArrayLength(); in AddElementInternal() 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.cpp402 uint32_t oldLength = oldArray->GetLength(); in GrowCapacity() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp240 uint32_t oldLength = literals->GetLength(); in EnumerateLiteralVals() local
514 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.cpp504 GateRef StubBuilder::ComputePropertyCapacityInJSObj(GateRef oldLength) in ComputePropertyCapacityInJSObj()
1547 GateRef oldLength = GetArrayLength(receiver); in ICStoreElement() local