| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | chunk.cpp | 42 size_t newSize; in Expand() local [all...] |
| H A D | dyn_chunk.cpp | 21 int DynChunk::Expand(size_t newSize) in Expand() argument [all...] |
| H A D | mem_map_allocator.h | 176 size_t newSize = (*it).second.GetSize(); in MergeList() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | gc_third_test.cpp | 75 size_t newSize = 0; in HWTEST_F_L0() local 86 size_t newSize = 0; in HWTEST_F_L0() local [all...] |
| H A D | gc_second_test.cpp | 76 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 D | dyn_chunk.cpp | 21 int DynChunk::Expand(size_t newSize) in Expand() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | arena_allocator.cpp | 113 void ArenaAllocatorT<USE_OOM_HANDLER>::Resize(size_t newSize) in Resize() argument
|
| H A D | arena_allocator.h | 150 void Resize(size_t newSize) in Resize() argument 174 void Resize(size_t newSize) in Resize() argument
|
| H A D | arena-inl.h | 129 inline void Arena::Resize(size_t newSize) in Resize() argument
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | serialize_data.h | 145 size_t newSize = oldSize + bytes; in AllocateBuffer() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A D | linker_code_parser_context.cpp | 92 const auto newSize = changes_.size(); in Devour() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| H A D | mempool.cpp | 177 void *MemPool::Realloc(const void *ptr, size_t oldSize, size_t newSize) in Realloc() argument
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_bitvector.cpp | 414 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 D | js_api_vector.cpp | 60 void JSAPIVector::SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) in SetLength() argument
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_vector.cpp | 110 JSHandle<JSTaggedValue> newSize = GetCallArg(argv, 0); in SetLength() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_hash_table.h | 61 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 D | js_object.cpp | 2851 uint32_t newSize = object->GetClass()->GetObjectSize(); in TrimInlinePropsSpace() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | reserve_string_builder_buffer.cpp | 166 auto newSize = GetGraph()->FindOrCreateConstant(appendCallsCount); in ReplaceInitialBufferSizeConstantInlined() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_manager.cpp | 501 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 D | elf_builder.h | 349 void PreSizeRoDataSections(size_t newSize) in PreSizeRoDataSections() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 269 void PGOProfiler::UpdateTrackArrayLength(JSTaggedValue trackInfoVal, uint32_t newSize) in UpdateTrackArrayLength() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | cgfunc.h | 1118 MemOperand &GetMemOperandAddOffset(const MemOperand &oldMem, uint32 offset, uint32 newSize) in GetMemOperandAddOffset() argument
|