Home
last modified time | relevance | path

Searched refs:IsRequestDisabled (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.h82 bool IsRequestDisabled() const in IsRequestDisabled() function
Dconcurrent_marker.h90 bool IsRequestDisabled() const in IsRequestDisabled() function
Dconcurrent_sweeper.cpp108 if (IsRequestDisabled()) { in EnsureAllTaskFinished()
Dheap.cpp438 if (concurrentMarker_->IsRequestDisabled()) { in CollectGarbage()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp305 EXPECT_TRUE(sweeper->IsRequestDisabled()); in HWTEST_F_L0()