Home
last modified time | relevance | path

Searched defs:gcType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager.cpp144 void WorkManager::Initialize(TriggerGCType gcType, ParallelGCTaskPhase taskPhase) in Initialize()
Dmem_controller.cpp113 void MemController::StopCalculationAfterGC(TriggerGCType gcType) in StopCalculationAfterGC()
Dheap.cpp242 void Heap::Resume(TriggerGCType gcType) in Resume()
339 void Heap::CollectGarbage(TriggerGCType gcType) in CollectGarbage()
Dheap-inl.h339 void Heap::ReclaimRegions(TriggerGCType gcType) in ReclaimRegions()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1049 std::string gcType; in GetGcType() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp986 JSNApi::TRIGGER_GC_TYPE gcType = JSNApi::TRIGGER_GC_TYPE::OLD_GC; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp250 void JSNApi::TriggerGC(const EcmaVM *vm, TRIGGER_GC_TYPE gcType) in TriggerGC()