Home
last modified time | relevance | path

Searched defs:newSize (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dchunk.cpp42 size_t newSize; in Expand() local
[all...]
H A Ddyn_chunk.cpp21 int DynChunk::Expand(size_t newSize) in Expand() argument
[all...]
H A Dmem_map_allocator.h176 size_t newSize = (*it).second.GetSize(); in MergeList() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dgc_third_test.cpp75 size_t newSize = 0; in HWTEST_F_L0() local
86 size_t newSize = 0; in HWTEST_F_L0() local
[all...]
H A Dgc_second_test.cpp76 size_t newSize = originalHeapSize; in HWTEST_F_L0() local
110 size_t newSize = EcmaTestCommon::GcCommonCase(thread); in HWTEST_F_L0() local
130 size_t newSize = EcmaTestCommon::GcCommonCase(thread); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H A Ddyn_chunk.cpp21 int DynChunk::Expand(size_t newSize) in Expand() argument
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena_allocator.cpp113 void ArenaAllocatorT<USE_OOM_HANDLER>::Resize(size_t newSize) in Resize() argument
H A Darena_allocator.h150 void Resize(size_t newSize) in Resize() argument
174 void Resize(size_t newSize) in Resize() argument
H A Darena-inl.h129 inline void Arena::Resize(size_t newSize) in Resize() argument
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dserialize_data.h145 size_t newSize = oldSize + bytes; in AllocateBuffer() local
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_code_parser_context.cpp92 const auto newSize = changes_.size(); in Devour() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmempool.cpp177 void *MemPool::Realloc(const void *ptr, size_t oldSize, size_t newSize) in Realloc() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_bitvector.cpp414 void JSAPIBitVector::Resize(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, int newSize) in Resize() argument
418 oss << "The value of \"length\" is out of range. It must be >= 0" << ". Received value is: " << newSize; in Resize() local
H A Djs_api_vector.cpp60 void JSAPIVector::SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) in SetLength() argument
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_vector.cpp110 JSHandle<JSTaggedValue> newSize = GetCallArg(argv, 0); in SetLength() local
/arkcompiler/ets_runtime/ecmascript/
H A 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() + numOfAddedElements), in GrowHashTable() local
148 int newSize = ComputeHashTableSize(atLeastSize); in RecalculateTableSize() local
159 int newSize = RecalculateTableSize(table->Size(), table->EntriesCount() + additionalSize); Shrink() local
[all...]
H A Djs_object.cpp2851 uint32_t newSize = object->GetClass()->GetObjectSize(); in TrimInlinePropsSpace() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dreserve_string_builder_buffer.cpp166 auto newSize = GetGraph()->FindOrCreateConstant(appendCallsCount); in ReplaceInitialBufferSizeConstantInlined() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp501 bool AOTFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t newSize) in RewriteDataSection() argument
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h349 void PreSizeRoDataSections(size_t newSize) in PreSizeRoDataSections() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp269 void PGOProfiler::UpdateTrackArrayLength(JSTaggedValue trackInfoVal, uint32_t newSize) in UpdateTrackArrayLength() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgfunc.h1118 MemOperand &GetMemOperandAddOffset(const MemOperand &oldMem, uint32 offset, uint32 newSize) in GetMemOperandAddOffset() argument

Completed in 26 milliseconds