Home
last modified time | relevance | path

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

/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.h123 size_t currentSize = in Alloc() local
161 size_t currentSize = in FreeUnsafe() local
728 size_t currentSize = current->GetSize(); in FindTheMostSuitableBlockInOrderedList() local
/arkcompiler/ets_runtime/ecmascript/mem/
Didle_gc_trigger.cpp111 size_t currentSize = oldSpace->GetHeapObjectSize() + hugeObjectSpace->GetHeapObjectSize(); in ReachIdleLocalOldGCThresholds() local
Dmem_controller.cpp27 size_t MemController::CalculateAllocLimit(size_t currentSize, size_t minSize, size_t maxSize, size_… in CalculateAllocLimit()
/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