Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Didle_gc_trigger.cpp126 size_t currentCapacity = oldSpace->GetCommittedSize() + hugeObjectSpace->GetCommittedSize(); in ReachIdleLocalOldGCThresholds() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp202 uint32_t& currentCapacity) in GetCapacityCommon()
236 uint32_t currentCapacity = JSAPIArrayList::DEFAULT_CAPACITY_LENGTH; in HWTEST_F_L0() local
257 uint32_t currentCapacity = JSAPIArrayList::DEFAULT_CAPACITY_LENGTH; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.h149 inline static int ComputeCapacityWithShrink(int currentCapacity, int atLeastSpaceFor) in ComputeCapacityWithShrink()