Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp374 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC()
542 GCType GCStats::GetGCType(TriggerGCType gcType) in GetGCType()
Dwork_manager.cpp147 void WorkManager::Initialize(TriggerGCType gcType, ParallelGCTaskPhase taskPhase) in Initialize()
Dmem_controller.cpp113 void MemController::StopCalculationAfterGC(TriggerGCType gcType) in StopCalculationAfterGC()
Dheap.cpp245 void Heap::Resume(TriggerGCType gcType) in Resume()
341 void Heap::CollectGarbage(TriggerGCType gcType, GCReason reason) in CollectGarbage()
Dheap-inl.h332 void Heap::ReclaimRegions(TriggerGCType gcType) in ReclaimRegions()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp469 void EcmaVM::CollectGarbage(TriggerGCType gcType, GCReason reason) const in CollectGarbage()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1124 std::string gcType; in GetGcType() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1047 JSNApi::TRIGGER_GC_TYPE gcType = JSNApi::TRIGGER_GC_TYPE::OLD_GC; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp369 void JSNApi::TriggerGC(const EcmaVM *vm, TRIGGER_GC_TYPE gcType) in TriggerGC()