Home
last modified time | relevance | path

Searched defs:currentSize (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dshared_mem_controller.cpp23 size_t currentSize = sheap_->GetHeapObjectSize(); in RecordAllocationForIdle() local
Didle_gc_trigger.cpp119 size_t currentSize = oldSpace->GetHeapObjectSize() + hugeObjectSpace->GetHeapObjectSize(); in ReachIdleLocalOldGCThresholds() local
190 size_t currentSize = heap->GetHeapObjectSize() - heap->GetNewSpace()->GetHeapObjectSize(); in CheckIdleLocalOldGC() local
Dmem_controller.cpp28 size_t MemController::CalculateAllocLimit(size_t currentSize, size_t minSize, size_t maxSize, size_… in CalculateAllocLimit()
Dheap.cpp2678 size_t currentSize = 0; in CleanCallback() local
/arkcompiler/ets_runtime/ecmascript/base/
Dsort_helper.h68 int currentSize = static_cast<int>(tmp_->GetLength()); in GetTempArray() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator-inl.h125 size_t currentSize = in Alloc() local
167 size_t currentSize = in FreeUnsafe() local
740 size_t currentSize = current->GetSize(); in FindTheMostSuitableBlockInOrderedList() local
/arkcompiler/ets_runtime/common_components/heap/collector/
Dheuristic_gc_policy.cpp104 bool HeuristicGCPolicy::ShouldRestrainGCInSensitive(size_t currentSize) in ShouldRestrainGCInSensitive()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h140 inline static int RecalculateTableSize(int currentSize, int atLeastSize) in RecalculateTableSize()
174 int currentSize = Size(); in IsNeedGrowHashTable() local
313 int currentSize = this->Size(); in Rehash() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_map_test.cpp246 int currentSize = 128, atLeastSize = 33; in HWTEST_F_L0() local