| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | maple_string.h | 84 size_t oldSize = ((data == nullptr) ? 0 : (dataLength + 1)); variable 106 size_t oldSize = (data == nullptr) ? 0 : (dataLength + 1); variable 130 size_t oldSize = (data == nullptr) ? 0 : (dataLength + 1); variable 146 size_t oldSize = ((data == nullptr) ? 0 : (dataLength + 1)); variable 162 size_t oldSize = ((data == nullptr) ? 0 : (dataLength + 1)); variable 177 size_t oldSize = ((data == nullptr) ? 0 : (dataLength + 1)); variable 192 size_t oldSize = ((data == nullptr) ? 0 : (dataLength + 1)); variable
|
| /arkcompiler/ets_runtime/common_components/heap/space/ |
| D | old_space.cpp | 28 size_t oldSize = oldUnits * RegionDesc::UNIT_SIZE; in DumpRegionStats() local
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/ |
| D | idle_barrier_test.cpp | 73 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 100 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 127 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 155 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 173 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 201 constexpr size_t oldSize = 100; in HWTEST_F_L0() local
|
| D | marking_barrier_test.cpp | 115 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 144 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 295 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 322 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 349 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 377 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 405 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 423 constexpr size_t oldSize = 100; in HWTEST_F_L0() local
|
| D | enum_barrier_test.cpp | 99 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 123 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 290 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 317 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 344 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 373 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 399 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 417 constexpr size_t oldSize = 100; in HWTEST_F_L0() local
|
| D | remark_barrier_test.cpp | 175 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 204 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 355 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 382 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 409 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 437 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 465 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 483 constexpr size_t oldSize = 100; in HWTEST_F_L0() local
|
| D | copy_barrier_test.cpp | 248 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 275 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 302 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 328 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 346 constexpr size_t oldSize = 100; in HWTEST_F_L0() local
|
| D | preforward_barrier_test.cpp | 258 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 285 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 312 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 338 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 356 constexpr size_t oldSize = 100; in HWTEST_F_L0() local
|
| D | post_marking_barrier_test.cpp | 258 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 284 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 327 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 356 constexpr size_t oldSize = 100; in HWTEST_F_L0() local 377 constexpr size_t oldSize = 100; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | value_numbering.cpp | 90 size_t const oldSize = entriesLength_; in Grow() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena-inl.h | 131 size_t oldSize = GetOccupiedSize(); in Resize() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | mempool.cpp | 171 void *MemPool::Realloc(const void *ptr, size_t oldSize, size_t newSize) in Realloc()
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_utils.h | 270 size_t oldSize = sizeof(T) * oldN; in Realloc() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 90 const auto oldSize = changes_.size(); in Devour() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | serialize_data.h | 188 size_t oldSize = bufferSize_; in AllocateBuffer() local
|
| /arkcompiler/runtime_core/static_core/runtime/jit/libprofile/ |
| D | pgo_file_builder.cpp | 534 size_t oldSize = data.size(); in ReadProfileData() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | arena_allocator_test.cpp | 583 size_t oldSize = aa.GetAllocatedSize(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | heap_space.cpp | 305 size_t oldSize = youngSpace_.GetMaxSize(); in UpdateYoungSpaceMaxSize() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 297 uint32_t oldSize = trackInfo->GetArrayLength(); in UpdateTrackArrayLength() local
|