| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.cpp | 135 uint32_t oldLength = array->GetLength(); in SetCapacity() local 144 uint32_t oldLength = array->GetLength(); in SetCapacityInOldSpace() local 208 uint32_t oldLength = GetLength(); in Trim() local
|
| D | tagged_array.h | 119 static bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
|
| D | weak_vector.cpp | 126 uint32_t oldLength = VectorToArrayIndex(capacity); in Copy() local
|
| D | shared_object_factory.cpp | 416 …Handle<TaggedArray> ObjectFactory::CopySArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, in CopySArray() 470 uint32_t oldLength = old->GetLength(); in ExtendSArray() local
|
| D | object_factory.cpp | 2893 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArray() 2910 uint32_t newLength, uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArraySkipBarrier() 2938 uint32_t oldLength, uint32_t k) in NewAndCopyJSArrayObject() 2958 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArrayByObject() 2979 … uint32_t newLength, uint32_t oldLength, in NewAndCopyMutantTaggedArrayByObject() 3213 uint32_t oldLength = old->GetLength(); in ExtendArray() local 3264 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength… in CopyArray() 3346 uint32_t oldLength = old->GetLength(); in ExtendLayoutInfo() local 4728 … [[maybe_unused]] uint32_t oldLength, uint32_t first, uint32_t last) in CopyDeque()
|
| D | js_stable_array.cpp | 34 uint32_t oldLength = receiver->GetArrayLength(); in Push() local 55 uint32_t oldLength = receiver->GetArrayLength(); in Push() local
|
| D | js_object.cpp | 108 uint32_t oldLength = oldElements->GetLength(); in GrowElementsCapacity() local 445 uint32_t oldLength = arr->GetArrayLength(); in CheckAndUpdateArrayLength() local 458 uint32_t oldLength = JSSharedArray::Cast(*receiver)->GetArrayLength(); in CheckAndUpdateArrayLength() local
|
| /arkcompiler/runtime_core/common_interfaces/objects/string/ |
| D | line_string-inl.h | 79 uint32_t oldLength = GetLength(); in Trim() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_stack.cpp | 85 uint32_t oldLength = oldElements->GetLength(); in GrowCapacity() local
|
| D | js_api_queue.cpp | 46 uint32_t oldLength = oldElements->GetLength(); in GrowCapacity() local
|
| D | js_api_lightweightmap.cpp | 410 uint32_t oldLength = oldArray->GetLength(); in GrowCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 233 uint32_t oldLength = literals->GetLength(); in EnumerateLiteralVals() local 651 uint32_t oldLength = literals->GetLength(); in GetDatasIgnoreType() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1_analytics_test.cpp | 46 CollectionSet CreateCollectionSet(size_t edenLength, size_t oldLength = 0) in CreateCollectionSet() 451 const size_t oldLength = 10; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 207 uint32_t oldLength = array->GetLength(); in SetCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 639 uint32_t oldLength = arr->GetArrayLength(); in StoreElement() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 2642 GateRef oldLength = GetArrayLength(thisValue); in Push() local 2721 GateRef oldLength = GetArrayLength(thisValue); in Push() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 1177 GateRef StubBuilder::ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength, in ComputeNonInlinedFastPropsCapacity() 1205 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity() 1224 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity() 3143 GateRef oldLength = GetArrayLength(receiver); in ICStoreElement() local
|
| D | typed_native_inline_lowering.cpp | 3407 GateRef oldLength = builder_.GetLengthOfJSArray(thisValue); in LowerArrayPush() local
|