Home
last modified time | relevance | path

Searched defs:newSize (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator.h150 void Resize(size_t newSize) in Resize()
174 void Resize(size_t newSize) in Resize()
Darena_allocator.cpp114 void ArenaAllocatorT<USE_OOM_HANDLER>::Resize(size_t newSize) in Resize()
Darena-inl.h129 inline void Arena::Resize(size_t newSize) in Resize()
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk.cpp41 size_t newSize; in Expand() local
Ddyn_chunk.cpp21 int DynChunk::Expand(size_t newSize) in Expand()
Dmem_map_allocator.h183 size_t newSize = (*it).second.GetSize(); in MergeList() local
/arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/
Dmarking_barrier_test.cpp125 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
Denum_barrier_test.cpp107 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
Didle_barrier_test.cpp81 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
Dremark_barrier_test.cpp185 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
Dcopy_barrier_test.cpp256 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
Dpreforward_barrier_test.cpp266 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
Dpost_marking_barrier_test.cpp266 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/
Ddyn_chunk.cpp21 int DynChunk::Expand(size_t newSize) in Expand()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h61 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/
Dmempool.cpp171 void *MemPool::Realloc(const void *ptr, size_t oldSize, size_t newSize) in Realloc()
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_second_test.cpp85 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
Dgc_third_test.cpp71 … 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/
Dinspector_utils.h261 size_t newSize = sizeof(T) * n; in Realloc() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp92 const auto newSize = changes_.size(); in Devour() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dserialize_data.h189 size_t newSize = oldSize + bytes; in AllocateBuffer() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dreserve_string_builder_buffer.cpp166 auto newSize = GetGraph()->FindOrCreateConstant(appendCallsCount); in ReplaceInitialBufferSizeConstantInlined() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp348 …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/
Djs_api_vector.cpp60 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/
Dinsn.h147 void ResizeOpnds(uint32 newSize) in ResizeOpnds()

12