Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/fuzztest/jsnapitriggergc_fuzzer/
Djsnapitriggergc_fuzzer.cpp36 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/
Didle_gc_trigger.h52 const char *GetGCTypeName(TRIGGER_IDLE_GC_TYPE gcType) const in GetGCTypeName()
72 bool IsPossiblePostGCTask(TRIGGER_IDLE_GC_TYPE gcType) const in IsPossiblePostGCTask()
78 void SetPostGCTask(TRIGGER_IDLE_GC_TYPE gcType) in SetPostGCTask()
84 void ClearPostGCTask(TRIGGER_IDLE_GC_TYPE gcType) in ClearPostGCTask()
Didle_gc_trigger.cpp147 void IdleGCTrigger::PostIdleGCTask(TRIGGER_IDLE_GC_TYPE gcType) in PostIdleGCTask()
205 void IdleGCTrigger::TryTriggerIdleGC(TRIGGER_IDLE_GC_TYPE gcType) in TryTriggerIdleGC()
Dgc_stats.cpp435 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC()
650 GCType GCStats::GetGCType(TriggerGCType gcType) in GetGCType()
796 void SharedGCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC()
Dwork_manager.cpp156 void WorkManager::Initialize(TriggerGCType gcType, ParallelGCTaskPhase taskPhase) in Initialize()
198 void SharedGCWorkManager::Initialize(TriggerGCType gcType, SharedParallelMarkPhase taskPhase) in Initialize()
Dconcurrent_marker.cpp81 TriggerGCType gcType; in HandleMarkingFinished() local
Dheap.cpp93 void SharedHeap::ForceCollectGarbageWithoutDaemonThread(TriggerGCType gcType, GCReason gcReason, JS… in ForceCollectGarbageWithoutDaemonThread()
184 void SharedHeap::StartConcurrentMarking(TriggerGCType gcType, GCReason gcReason) in StartConcurrentMarking()
372 void SharedHeap::DaemonCollectGarbage([[maybe_unused]]TriggerGCType gcType, [[maybe_unused]]GCReaso… in DaemonCollectGarbage()
484 void SharedHeap::Reclaim(TriggerGCType gcType) in Reclaim()
498 void SharedHeap::ReclaimRegions(TriggerGCType gcType) in ReclaimRegions()
973 void Heap::Resume(TriggerGCType gcType) in Resume()
1096 void Heap::CollectGarbage(TriggerGCType gcType, GCReason reason) in CollectGarbage()
Dmem_controller.cpp116 void MemController::StopCalculationAfterGC(TriggerGCType gcType) in StopCalculationAfterGC()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmemory_manager.cpp28 GCType gcType, MemStatsType *memStats) in CreateHeapManager()
48 …yManager::Create(const LanguageContext &ctx, InternalAllocatorPtr internalAllocator, GCType gcType, in Create()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_types.h40 constexpr bool IsGenerationalGCType(const GCType gcType) in IsGenerationalGCType()
102 constexpr std::string_view GCStringFromType(GCType gcType) in GCStringFromType()
Dgc_stats.cpp276 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/
Dfile_manager.cpp62 …auto gcType = Runtime::GetGCType(Runtime::GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRun… in LoadAnFile() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dgc_log_test.cpp53 void SetupRuntime(const std::string &gcType, bool smallHeapAndYoungSpaces = false, in SetupRuntime()
114 auto gcType = GetParam(); in FullLogTest() local
Dmem_stats_gc_test.cpp31 void SetupRuntime(const std::string &gcType) in SetupRuntime()
Dexplicit_gc_test.cpp55 void SetupRuntime(const std::string &gcType, bool isExplicitFull) const in SetupRuntime() argument
Depsilon_gcs_test.cpp44 static RuntimeOptions CreateDefaultOptions(GCType gcType = GCType::EPSILON_GC) in CreateDefaultOptions()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.cpp58 mem::GC *EtsLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_concurrent_marker.cpp42 void SharedConcurrentMarker::Mark(TriggerGCType gcType, GCReason gcReason) in Mark()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter_impl.cpp113 auto gcType = thread->GetVM()->GetGC()->GetType(); in ExecuteImpl() local
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp49 …<std::unique_ptr<AotFile>, std::string> AotFile::Open(const std::string &fileName, uint32_t gcType, in Open()
Daot_manager.cpp23 …tring> AotManager::AddFile(const std::string &fileName, RuntimeInterface *runtime, uint32_t gcType, in AddFile()
Daot_headers.h34 uint32_t gcType; member
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.h47 void SetGcType(uint32_t gcType) in SetGcType()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.cpp123 mem::GC *CoreLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocato… in CreateGC()
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp183 void BuildAot(const char *tmpfilePn, mem::GCType gcType) in BuildAot()
315 …auto gcType = Runtime::GetGCType(runtime->GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRun… in TEST_F() local
538 …auto gcType = Runtime::GetGCType(runtime->GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRun… in TEST_F() local

12