| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.h | 82 static inline bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
|
| D | tagged_array-inl.h | 157 uint32_t oldLength = array->GetLength(); in SetCapacity() local 166 uint32_t oldLength = array->GetLength(); in SetCapacityInOldSpace() local 247 uint32_t oldLength = GetLength(); in Trim() local
|
| D | weak_vector.cpp | 127 uint32_t oldLength = VectorToArrayIndex(capacity); in Copy() local
|
| D | ecma_string-inl.h | 92 uint32_t oldLength = GetLength(); in TrimLineString() local
|
| D | object_factory.cpp | 2406 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArray() 2454 uint32_t oldLength, uint32_t k) in NewAndCopyJSArrayObject() 2473 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArrayByObject() 2501 … uint32_t newLength, uint32_t oldLength, in NewAndCopyMutantTaggedArrayByObject() 2740 uint32_t oldLength = old->GetLength(); in ExtendArray() local 2790 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength… in CopyArray() 2841 uint32_t oldLength = old->GetLength(); in CopyFromEnumCache() local 2877 uint32_t oldLength = old->GetLength(); in ExtendLayoutInfo() local 4141 … [[maybe_unused]] uint32_t oldLength, uint32_t first, uint32_t last) in CopyDeque()
|
| D | js_stable_array.cpp | 44 uint32_t oldLength = receiver->GetArrayLength(); in Push() local
|
| D | js_object.cpp | 103 uint32_t oldLength = oldElements->GetLength(); in GrowElementsCapacity() local 347 uint32_t oldLength = arr->GetArrayLength(); in AddElementInternal() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1_analytics_test.cpp | 47 CollectionSet CreateCollectionSet(size_t edenLength, size_t oldLength = 0) in CreateCollectionSet()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_obj_layout_info.cpp | 105 uint32_t oldLength = oldLayout->GetPropertiesCapacity(); in ExtendTSObjLayoutInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_stack.cpp | 86 uint32_t oldLength = oldElements->GetLength(); in GrowCapacity() local
|
| D | js_api_queue.cpp | 51 uint32_t oldLength = oldElements->GetLength(); in GrowCapacity() local
|
| D | js_api_lightweightmap.cpp | 400 uint32_t oldLength = oldArray->GetLength(); in GrowCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 228 uint32_t oldLength = literals->GetLength(); in EnumerateLiteralVals() local 560 uint32_t oldLength = literals->GetLength(); in GetDatasIgnoreType() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 572 uint32_t oldLength = arr->GetArrayLength(); in StoreElement() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 1378 GateRef oldLength = GetArrayLength(thisValue); in Push() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 599 GateRef StubBuilder::ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength, in ComputeNonInlinedFastPropsCapacity() 627 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity() 2029 GateRef oldLength = GetArrayLength(receiver); in ICStoreElement() local
|