| /arkcompiler/ets_runtime/test/fuzztest/jsnapitriggergc_fuzzer/ |
| D | jsnapitriggergc_fuzzer.cpp | 36 JSNApi::TRIGGER_GC_TYPE gcType = JSNApi::TRIGGER_GC_TYPE::FULL_GC; in JSNApiTriggerGCFuzztest() local 39 JSNApi::TRIGGER_GC_TYPE gcType = JSNApi::TRIGGER_GC_TYPE::OLD_GC; in JSNApiTriggerGCFuzztest() local 42 JSNApi::TRIGGER_GC_TYPE gcType = JSNApi::TRIGGER_GC_TYPE::SEMI_GC; in JSNApiTriggerGCFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | idle_gc_trigger.h | 53 const char *GetGCTypeName(TRIGGER_IDLE_GC_TYPE gcType) const in GetGCTypeName() 75 bool IsPossiblePostGCTask(TRIGGER_IDLE_GC_TYPE gcType) const in IsPossiblePostGCTask() 81 void SetPostGCTask(TRIGGER_IDLE_GC_TYPE gcType) in SetPostGCTask() 87 void ClearPostGCTask(TRIGGER_IDLE_GC_TYPE gcType) in ClearPostGCTask()
|
| D | idle_gc_trigger.cpp | 161 bool IdleGCTrigger::PostIdleGCTask(TRIGGER_IDLE_GC_TYPE gcType) in PostIdleGCTask() 211 void IdleGCTrigger::TryTriggerIdleGC(TRIGGER_IDLE_GC_TYPE gcType) in TryTriggerIdleGC()
|
| D | gc_stats.cpp | 405 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC() 635 GCType GCStats::GetGCType(TriggerGCType gcType) in GetGCType() 810 void SharedGCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC()
|
| D | work_manager-inl.h | 45 void WorkNodeHolder::Initialize(TriggerGCType gcType, ParallelGCTaskPhase taskPhase) in Initialize() 254 void WorkManager::Initialize(TriggerGCType gcType, ParallelGCTaskPhase taskPhase) in Initialize() 288 void SharedGCWorkManager::Initialize(TriggerGCType gcType, SharedParallelMarkPhase taskPhase) in Initialize()
|
| D | heap.cpp | 96 void SharedHeap::ForceCollectGarbageWithoutDaemonThread(TriggerGCType gcType, GCReason gcReason, JS… in ForceCollectGarbageWithoutDaemonThread() 194 void SharedHeap::StartConcurrentMarking(TriggerGCType gcType, MarkReason markReason) in StartConcurrentMarking() 402 void SharedHeap::DaemonCollectGarbage([[maybe_unused]]TriggerGCType gcType, [[maybe_unused]]GCReaso… in DaemonCollectGarbage() 532 void SharedHeap::Reclaim(TriggerGCType gcType) in Reclaim() 546 void SharedHeap::ReclaimRegions(TriggerGCType gcType) in ReclaimRegions() 637 void SharedHeap::CollectGarbageFinish(bool inDaemon, TriggerGCType gcType) in CollectGarbageFinish() 1163 void Heap::Resume(TriggerGCType gcType) in Resume() 1266 void Heap::CollectGarbageImpl(TriggerGCType gcType, GCReason reason) in CollectGarbageImpl() 1475 void Heap::CollectGarbage(TriggerGCType gcType, GCReason reason) in CollectGarbage() 2767 void SharedHeap::UpdateHeapStatsAfterGC(TriggerGCType gcType) in UpdateHeapStatsAfterGC() [all …]
|
| D | concurrent_marker.cpp | 124 TriggerGCType gcType; in HandleMarkingFinished() local
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | collector_proxy.cpp | 29 void CollectorProxy::RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) in RunGarbageCollection()
|
| D | collector.cpp | 54 void Collector::RequestGC(GCReason reason, bool async, GCType gcType) in RequestGC()
|
| D | collector_resources.cpp | 149 void CollectorResources::RequestAsyncGC(GCReason reason, GCType gcType) in RequestAsyncGC() 159 void CollectorResources::RequestGCAndWait(GCReason reason, GCType gcType) in RequestGCAndWait() 187 void CollectorResources::RequestGC(GCReason reason, bool async, GCType gcType) in RequestGC()
|
| D | gc_stats.h | 69 GCType gcType; variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | memory_manager.cpp | 28 GCType gcType, MemStatsType *memStats) in CreateHeapManager() 50 …yManager::Create(const LanguageContext &ctx, InternalAllocatorPtr internalAllocator, GCType gcType, in Create()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_types.h | 41 constexpr bool IsGenerationalGCType(const GCType gcType) in IsGenerationalGCType() 108 constexpr std::string_view GCStringFromType(GCType gcType) in GCStringFromType()
|
| D | gc_stats.cpp | 276 PandaString GCInstanceStats::GetDump(GCType gcType) in GetDump() 312 PandaString GCInstanceStats::GetYoungSpaceDump(GCType gcType) in GetYoungSpaceDump() 336 PandaString GCInstanceStats::GetAllSpacesDump(GCType gcType) in GetAllSpacesDump()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | gc_log_test.cpp | 53 void SetupRuntime(const std::string &gcType, bool smallHeapAndYoungSpaces = false, in SetupRuntime() 114 auto gcType = GetParam(); in FullLogTest() local
|
| D | explicit_gc_test.cpp | 55 void SetupRuntime(const std::string &gcType, bool isExplicitFull) const in SetupRuntime() argument
|
| /arkcompiler/ets_runtime/ecmascript/cross_vm/ |
| D | heap_hybrid.cpp | 24 void SharedHeap::StartUnifiedGCMark([[maybe_unused]]TriggerGCType gcType, [[maybe_unused]]GCReason … in StartUnifiedGCMark()
|
| /arkcompiler/ets_runtime/common_components/heap/ |
| D | heap_manager.cpp | 24 void HeapManager::RequestGC(GCReason reason, bool async, GCType gcType) in RequestGC()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/tests/ |
| D | task_queue_test.cpp | 48 void RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) override {} in RunGarbageCollection() 57 void RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) override {} in RunGarbageCollection()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_language_context.cpp | 58 mem::GC *EtsLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | file_manager.cpp | 96 …auto gcType = Runtime::GetGCType(Runtime::GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRun… in LoadAnFile() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/ |
| D | ets_vm_init_prealloc_test.cpp | 36 ani_option gcType = {"--ext:gc-type=g1-gc", nullptr}; in GetExtraAniOptions() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_concurrent_marker.cpp | 48 void SharedConcurrentMarker::Mark(TriggerGCType gcType) in Mark()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter_impl.cpp | 113 auto gcType = thread->GetVM()->GetGC()->GetType(); in ExecuteImpl() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| D | aot_file.cpp | 51 …<std::unique_ptr<AotFile>, std::string> AotFile::Open(const std::string &fileName, uint32_t gcType, in Open()
|