Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_first_test.cpp77 uint32_t markTaskNum = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
87 uint32_t markTaskNumBackground = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
100 uint32_t markTaskNumForeground = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
133 uint32_t markTaskNum = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
143 uint32_t markTaskNumBackground = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
156 uint32_t markTaskNumForeground = heap->GetMaxMarkTaskCount(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h338 uint32_t GetMaxMarkTaskCount() const in GetMaxMarkTaskCount() function