Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h130 inline static int RecalculateTableSize(int currentSize, int atLeastSize) in RecalculateTableSize()
163 int currentSize = Size(); in IsNeedGrowHashTable() local
362 int currentSize = this->Size(); in Rehash() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp28 size_t MemController::CalculateAllocLimit(size_t currentSize, size_t minSize, size_t maxSize, size_… in CalculateAllocLimit()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_map_test.cpp270 int currentSize = 128, atLeastSize = 33; in HWTEST_F_L0() local