Searched defs:gcType (Results 1 – 9 of 9) sorted by relevance
374 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC()542 GCType GCStats::GetGCType(TriggerGCType gcType) in GetGCType()
147 void WorkManager::Initialize(TriggerGCType gcType, ParallelGCTaskPhase taskPhase) in Initialize()
113 void MemController::StopCalculationAfterGC(TriggerGCType gcType) in StopCalculationAfterGC()
245 void Heap::Resume(TriggerGCType gcType) in Resume()341 void Heap::CollectGarbage(TriggerGCType gcType, GCReason reason) in CollectGarbage()
332 void Heap::ReclaimRegions(TriggerGCType gcType) in ReclaimRegions()
469 void EcmaVM::CollectGarbage(TriggerGCType gcType, GCReason reason) const in CollectGarbage()
1124 std::string gcType; in GetGcType() local
1047 JSNApi::TRIGGER_GC_TYPE gcType = JSNApi::TRIGGER_GC_TYPE::OLD_GC; in HWTEST_F_L0() local
369 void JSNApi::TriggerGC(const EcmaVM *vm, TRIGGER_GC_TYPE gcType) in TriggerGC()