Home
last modified time | relevance | path

Searched refs:GetMaxMarkTaskCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_test.cpp91 uint32_t markTaskNum = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
101 uint32_t markTaskNumBackground = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
114 uint32_t markTaskNumForeground = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
147 uint32_t markTaskNum = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
157 uint32_t markTaskNumBackground = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
170 uint32_t markTaskNumForeground = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h372 uint32_t GetMaxMarkTaskCount() const in GetMaxMarkTaskCount() function