| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.h | 90 static bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
|
| D | tagged_array.cpp | 151 uint32_t oldLength = array->GetLength(); in SetCapacity() local 160 uint32_t oldLength = array->GetLength(); in SetCapacityInOldSpace() local 226 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 | 2627 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArray() 2646 uint32_t newLength, uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArraySkipBarrier() 2676 uint32_t oldLength, uint32_t k) in NewAndCopyJSArrayObject() 2696 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArrayByObject() 2717 … uint32_t newLength, uint32_t oldLength, in NewAndCopyMutantTaggedArrayByObject() 2951 uint32_t oldLength = old->GetLength(); in ExtendArray() local 3002 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength… in CopyArray() 3053 uint32_t oldLength = old->GetLength(); in CopyFromEnumCache() local 3089 uint32_t oldLength = old->GetLength(); in ExtendLayoutInfo() local 4415 … [[maybe_unused]] uint32_t oldLength, uint32_t first, uint32_t last) in CopyDeque()
|
| D | shared_object_factory.cpp | 323 …Handle<TaggedArray> ObjectFactory::CopySArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, in CopySArray() 367 uint32_t oldLength = old->GetLength(); in ExtendSArray() local
|
| D | js_stable_array.cpp | 33 uint32_t oldLength = receiver->GetArrayLength(); in Push() local 55 uint32_t oldLength = receiver->GetArrayLength(); in Push() local
|
| D | js_object.cpp | 93 uint32_t oldLength = oldElements->GetLength(); in GrowElementsCapacity() local 384 uint32_t oldLength = arr->GetArrayLength(); in AddElementInternal() local 398 uint32_t oldLength = arr->GetArrayLength(); in AddElementInternal() 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/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 | 411 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 646 uint32_t oldLength = literals->GetLength(); in GetDatasIgnoreType() 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 | 562 uint32_t oldLength = arr->GetArrayLength(); in StoreElement() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 1077 GateRef StubBuilder::ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength, in ComputeNonInlinedFastPropsCapacity() 1105 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity() 2717 GateRef oldLength = GetArrayLength(receiver); in ICStoreElement() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 2416 GateRef oldLength = GetArrayLength(thisValue); in Push() local
|