| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | gc_third_test.cpp | 86 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
|
| D | gc_second_test.cpp | 141 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/ |
| D | arena_allocator.h | 150 void Resize(size_t newSize) in Resize() 174 void Resize(size_t newSize) in Resize()
|
| D | arena_allocator.cpp | 113 void ArenaAllocatorT<USE_OOM_HANDLER>::Resize(size_t newSize) in Resize()
|
| D | arena-inl.h | 129 inline void Arena::Resize(size_t newSize) in Resize()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk.cpp | 41 size_t newSize; in Expand() local
|
| D | dyn_chunk.cpp | 21 int DynChunk::Expand(size_t newSize) in Expand()
|
| D | mem_map_allocator.h | 176 size_t newSize = (*it).second.GetSize(); in MergeList() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/ |
| D | dyn_chunk.cpp | 21 int DynChunk::Expand(size_t newSize) in Expand()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_hash_table.h | 60 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
|
| D | js_serializer.cpp | 184 size_t newSize = oldSize + bytes; in AllocateBuffer() local
|
| D | js_object.cpp | 2679 uint32_t newSize = object->GetClass()->GetObjectSize(); in TrimInlinePropsSpace() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | mempool.cpp | 176 void *MemPool::Realloc(const void *ptr, size_t oldSize, size_t newSize) in Realloc()
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | serialize_data.h | 122 size_t newSize = oldSize + bytes; in AllocateBuffer() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 82 const auto newSize = changes_.size(); in Devour() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 391 …TFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t newSize) in RewriteDataSection()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_vector.cpp | 63 void JSAPIVector::SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) in SetLength()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_vector.cpp | 115 JSHandle<JSTaggedValue> newSize = GetCallArg(argv, 0); in SetLength() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | insn.h | 127 void ResizeOpnds(uint32 newSize) in ResizeOpnds()
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | elf_builder.h | 348 void PreSizeRoDataSections(size_t newSize) in PreSizeRoDataSections()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 194 void PGOProfiler::UpdateTrackArrayLength(JSTaggedValue trackInfoVal, uint32_t newSize) in UpdateTrackArrayLength()
|