| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena_allocator.h | 150 void Resize(size_t newSize) in Resize() 174 void Resize(size_t newSize) in Resize()
|
| D | arena_allocator.cpp | 114 void ArenaAllocatorT<USE_OOM_HANDLER>::Resize(size_t newSize) in Resize()
|
| D | arena-inl.h | 129 inline void Arena::Resize(size_t newSize) in Resize()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk.cpp | 41 size_t newSize; in Expand() local
|
| D | dyn_chunk.cpp | 21 int DynChunk::Expand(size_t newSize) in Expand()
|
| D | mem_map_allocator.h | 183 size_t newSize = (*it).second.GetSize(); in MergeList() local
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/ |
| D | marking_barrier_test.cpp | 125 constexpr size_t newSize = 200; in HWTEST_F_L0() local 154 constexpr size_t newSize = 200; in HWTEST_F_L0() local 303 constexpr size_t newSize = 200; in HWTEST_F_L0() local 330 constexpr size_t newSize = 200; in HWTEST_F_L0() local 357 constexpr size_t newSize = 200; in HWTEST_F_L0() local 385 constexpr size_t newSize = 200; in HWTEST_F_L0() local 431 constexpr size_t newSize = 200; in HWTEST_F_L0() local
|
| D | enum_barrier_test.cpp | 107 constexpr size_t newSize = 200; in HWTEST_F_L0() local 131 constexpr size_t newSize = 200; in HWTEST_F_L0() local 298 constexpr size_t newSize = 200; in HWTEST_F_L0() local 325 constexpr size_t newSize = 200; in HWTEST_F_L0() local 352 constexpr size_t newSize = 200; in HWTEST_F_L0() local 380 constexpr size_t newSize = 200; in HWTEST_F_L0() local 425 constexpr size_t newSize = 200; in HWTEST_F_L0() local
|
| D | idle_barrier_test.cpp | 81 constexpr size_t newSize = 200; in HWTEST_F_L0() local 108 constexpr size_t newSize = 200; in HWTEST_F_L0() local 135 constexpr size_t newSize = 200; in HWTEST_F_L0() local 181 constexpr size_t newSize = 200; in HWTEST_F_L0() local 209 constexpr size_t newSize = 200; in HWTEST_F_L0() local
|
| D | remark_barrier_test.cpp | 185 constexpr size_t newSize = 200; in HWTEST_F_L0() local 214 constexpr size_t newSize = 200; in HWTEST_F_L0() local 363 constexpr size_t newSize = 200; in HWTEST_F_L0() local 390 constexpr size_t newSize = 200; in HWTEST_F_L0() local 417 constexpr size_t newSize = 200; in HWTEST_F_L0() local 445 constexpr size_t newSize = 200; in HWTEST_F_L0() local 491 constexpr size_t newSize = 200; in HWTEST_F_L0() local
|
| D | copy_barrier_test.cpp | 256 constexpr size_t newSize = 200; in HWTEST_F_L0() local 283 constexpr size_t newSize = 200; in HWTEST_F_L0() local 309 constexpr size_t newSize = 200; in HWTEST_F_L0() local 354 constexpr size_t newSize = 200; in HWTEST_F_L0() local
|
| D | preforward_barrier_test.cpp | 266 constexpr size_t newSize = 200; in HWTEST_F_L0() local 293 constexpr size_t newSize = 200; in HWTEST_F_L0() local 319 constexpr size_t newSize = 200; in HWTEST_F_L0() local 364 constexpr size_t newSize = 200; in HWTEST_F_L0() local
|
| D | post_marking_barrier_test.cpp | 266 constexpr size_t newSize = 200; in HWTEST_F_L0() local 292 constexpr size_t newSize = 200; in HWTEST_F_L0() local 335 constexpr size_t newSize = 200; in HWTEST_F_L0() local 385 constexpr size_t newSize = 200; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/ |
| D | dyn_chunk.cpp | 21 int DynChunk::Expand(size_t newSize) in Expand()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_hash_table.h | 61 int newSize = static_cast<int>(helpers::math::GetPowerOfTwoValue32(rawSize)); in ComputeHashTableSize() local 82 int newSize = Derived::ComputeCompactSize( variable 148 int newSize = ComputeHashTableSize(atLeastSize); in RecalculateTableSize() local 159 int newSize = RecalculateTableSize(table->Size(), table->EntriesCount() + additionalSize); in Shrink() 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/ets_runtime/ecmascript/tests/ |
| D | gc_second_test.cpp | 85 size_t newSize = originalHeapSize; in HWTEST_F_L0() local 119 size_t newSize = EcmaTestCommon::GcCommonCase(thread); in HWTEST_F_L0() local 139 size_t newSize = EcmaTestCommon::GcCommonCase(thread); in HWTEST_F_L0() local
|
| D | gc_third_test.cpp | 71 … auto getSizeAfterCreateAndCallHintGC = [this, heap] (size_t &newSize, size_t &finalSize) -> bool { in HWTEST_F_L0() 95 size_t newSize = 0; in HWTEST_F_L0() local 105 size_t newSize = 0; in HWTEST_F_L0() local 151 size_t newSize = heap->GetNewSpace()->GetCommittedSize(); in HWTEST_F_L0() local
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_utils.h | 261 size_t newSize = sizeof(T) * n; in Realloc() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 92 const auto newSize = changes_.size(); in Devour() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | serialize_data.h | 189 size_t newSize = oldSize + bytes; in AllocateBuffer() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | reserve_string_builder_buffer.cpp | 166 auto newSize = GetGraph()->FindOrCreateConstant(appendCallsCount); in ReplaceInitialBufferSizeConstantInlined() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 348 …size_t newSize = bufferSize - (reinterpret_cast<uintptr_t>(*addr) - reinterpret_cast<uintptr_t>(bu… in ParseMethodFromBinary() local 878 …size_t newSize = bufferSize - (reinterpret_cast<uintptr_t>(addr) - reinterpret_cast<uintptr_t>(buf… in ParseRecordInfosFromBinary() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_vector.cpp | 60 void JSAPIVector::SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) in SetLength()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | insn.h | 147 void ResizeOpnds(uint32 newSize) in ResizeOpnds()
|