Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_third_test.cpp86 size_t newSize = thread->GetEcmaVM()->GetHeap()->GetCommittedSize(); in HWTEST_F_L0() local
146 … auto getSizeAfterCreateAndCallHintGC = [this, heap] (size_t &newSize, size_t &finalSize) -> bool { in HWTEST_F_L0()
169 size_t newSize = 0; in HWTEST_F_L0() local
182 size_t newSize = 0; in HWTEST_F_L0() local
Dgc_second_test.cpp141 size_t newSize = originalHeapSize; in HWTEST_F_L0() local
182 size_t newSize = thread->GetEcmaVM()->GetHeap()->GetCommittedSize(); in HWTEST_F_L0() local
/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.cpp113 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.h176 size_t newSize = (*it).second.GetSize(); in MergeList() 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.h60 int newSize = static_cast<int>(helpers::math::GetPowerOfTwoValue32(rawSize)); in ComputeHashTableSize() local
79 …int newSize = Derived::ComputeCompactSize(table, ComputeHashTableSize(table->Size() + numOfAddedEl… variable
140 int newSize = ComputeHashTableSize(atLeastSize); in RecalculateTableSize() local
151 int newSize = RecalculateTableSize(table->Size(), table->EntriesCount() + additionalSize); in Shrink() local
Djs_serializer.cpp184 size_t newSize = oldSize + bytes; in AllocateBuffer() local
Djs_object.cpp2679 uint32_t newSize = object->GetClass()->GetObjectSize(); in TrimInlinePropsSpace() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp176 void *MemPool::Realloc(const void *ptr, size_t oldSize, size_t newSize) in Realloc()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dserialize_data.h122 size_t newSize = oldSize + bytes; in AllocateBuffer() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp82 const auto newSize = changes_.size(); in Devour() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp391 …TFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t newSize) in RewriteDataSection()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp63 void JSAPIVector::SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) in SetLength()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp115 JSHandle<JSTaggedValue> newSize = GetCallArg(argv, 0); in SetLength() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h127 void ResizeOpnds(uint32 newSize) in ResizeOpnds()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h348 void PreSizeRoDataSections(size_t newSize) in PreSizeRoDataSections()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp194 void PGOProfiler::UpdateTrackArrayLength(JSTaggedValue trackInfoVal, uint32_t newSize) in UpdateTrackArrayLength()