| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.h | 91 static bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
|
| D | tagged_array.cpp | 142 uint32_t oldLength = array->GetLength(); in SetCapacity() local 151 uint32_t oldLength = array->GetLength(); in SetCapacityInOldSpace() local 215 uint32_t oldLength = GetLength(); in Trim() local
|
| D | weak_vector.cpp | 126 uint32_t oldLength = VectorToArrayIndex(capacity); in Copy() local
|
| D | ecma_string-inl.h | 106 uint32_t oldLength = GetLength(); in TrimLineString() local
|
| D | object_factory.cpp | 2826 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArray() 2843 uint32_t newLength, uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArraySkipBarrier() 2871 uint32_t oldLength, uint32_t k) in NewAndCopyJSArrayObject() 2891 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArrayByObject() 2912 … uint32_t newLength, uint32_t oldLength, in NewAndCopyMutantTaggedArrayByObject() 3146 uint32_t oldLength = old->GetLength(); in ExtendArray() local 3197 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength… in CopyArray() 3244 uint32_t oldLength = old->GetLength(); in CopyFromEnumCache() local 3280 uint32_t oldLength = old->GetLength(); in ExtendLayoutInfo() local 4611 … [[maybe_unused]] uint32_t oldLength, uint32_t first, uint32_t last) in CopyDeque()
|
| D | shared_object_factory.cpp | 355 …Handle<TaggedArray> ObjectFactory::CopySArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, in CopySArray() 399 uint32_t oldLength = old->GetLength(); in ExtendSArray() local
|
| D | js_object.cpp | 105 uint32_t oldLength = oldElements->GetLength(); in GrowElementsCapacity() local 395 uint32_t oldLength = arr->GetArrayLength(); in CheckAndUpdateArrayLength() local 408 uint32_t oldLength = JSSharedArray::Cast(*receiver)->GetArrayLength(); in CheckAndUpdateArrayLength() local
|
| D | js_stable_array.cpp | 33 uint32_t oldLength = receiver->GetArrayLength(); in Push() local 54 uint32_t oldLength = receiver->GetArrayLength(); in Push() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_stack.cpp | 87 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 | 409 uint32_t oldLength = oldArray->GetLength(); in GrowCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 232 uint32_t oldLength = literals->GetLength(); in EnumerateLiteralVals() local 650 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 | 208 uint32_t oldLength = array->GetLength(); in SetCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 614 uint32_t oldLength = arr->GetArrayLength(); in StoreElement() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 2635 GateRef oldLength = GetArrayLength(thisValue); in Push() local 2713 GateRef oldLength = GetArrayLength(thisValue); in Push() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 1172 GateRef StubBuilder::ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength, in ComputeNonInlinedFastPropsCapacity() 1200 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity() 1219 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity() 2865 GateRef oldLength = GetArrayLength(receiver); in ICStoreElement() local
|
| D | typed_native_inline_lowering.cpp | 3413 GateRef oldLength = builder_.GetLengthOfJSArray(thisValue); in LowerArrayPush() local
|