Searched defs:gcType (Results 1 – 7 of 7) sorted by relevance
144 void WorkManager::Initialize(TriggerGCType gcType, ParallelGCTaskPhase taskPhase) in Initialize()
113 void MemController::StopCalculationAfterGC(TriggerGCType gcType) in StopCalculationAfterGC()
242 void Heap::Resume(TriggerGCType gcType) in Resume()339 void Heap::CollectGarbage(TriggerGCType gcType) in CollectGarbage()
339 void Heap::ReclaimRegions(TriggerGCType gcType) in ReclaimRegions()
1049 std::string gcType; in GetGcType() local
986 JSNApi::TRIGGER_GC_TYPE gcType = JSNApi::TRIGGER_GC_TYPE::OLD_GC; in HWTEST_F_L0() local
250 void JSNApi::TriggerGC(const EcmaVM *vm, TRIGGER_GC_TYPE gcType) in TriggerGC()