Home
last modified time | relevance | path

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

/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.h61 int newSize = static_cast<int>(helpers::math::GetPowerOfTwoValue32(rawSize)); in ComputeHashTableSize() local
82 …int newSize = Derived::ComputeCompactSize(table, ComputeHashTableSize(table->Size() + numOfAddedEl… variable
148 int newSize = ComputeHashTableSize(atLeastSize); in RecalculateTableSize() local
159 int newSize = RecalculateTableSize(table->Size(), table->EntriesCount() + additionalSize); in Shrink() local
Djs_object.cpp2930 uint32_t newSize = object->GetClass()->GetObjectSize(); in TrimInlinePropsSpace() 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.cpp84 size_t newSize = originalHeapSize; in HWTEST_F_L0() local
118 size_t newSize = EcmaTestCommon::GcCommonCase(thread); in HWTEST_F_L0() local
138 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.h165 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/js_api/
Djs_api_vector.cpp60 void JSAPIVector::SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) in SetLength()
Djs_api_bitvector.cpp414 …id JSAPIBitVector::Resize(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, int newSize) in Resize()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp509 …TFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t newSize) in RewriteDataSection()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h147 void ResizeOpnds(uint32 newSize) in ResizeOpnds()
Dcgfunc.h1107 MemOperand &GetMemOperandAddOffset(const MemOperand &oldMem, uint32 offset, uint32 newSize) in GetMemOperandAddOffset()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp110 JSHandle<JSTaggedValue> newSize = GetCallArg(argv, 0); in SetLength() local
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h349 void PreSizeRoDataSections(size_t newSize) in PreSizeRoDataSections()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp289 void PGOProfiler::UpdateTrackArrayLength(JSTaggedValue trackInfoVal, uint32_t newSize) in UpdateTrackArrayLength()