Home
last modified time | relevance | path

Searched defs:gcType (Results 1 – 25 of 38) 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/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()
Dheap_manager.cpp39 bool HeapManager::Initialize(GCType gcType, bool singleThreaded, bool useTlab, MemStatsType *memSta… in Initialize()
/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.cpp277 PandaString GCInstanceStats::GetDump(GCType gcType) in GetDump()
313 PandaString GCInstanceStats::GetYoungSpaceDump(GCType gcType) in GetYoungSpaceDump()
337 PandaString GCInstanceStats::GetAllSpacesDump(GCType gcType) in GetAllSpacesDump()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp368 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC()
536 GCType GCStats::GetGCType(TriggerGCType gcType) in GetGCType()
Dwork_manager.cpp146 void WorkManager::Initialize(TriggerGCType gcType, ParallelGCTaskPhase taskPhase) in Initialize()
Dmem_controller.cpp113 void MemController::StopCalculationAfterGC(TriggerGCType gcType) in StopCalculationAfterGC()
Dheap-inl.h357 void Heap::ReclaimRegions(TriggerGCType gcType) in ReclaimRegions()
Dheap.cpp262 void Heap::Resume(TriggerGCType gcType) in Resume()
363 void Heap::CollectGarbage(TriggerGCType gcType, GCReason reason) in CollectGarbage()
/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()
Dstring_table_test.cpp44 const std::string gcType = GetParam(); in StringTableTest() local
/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/plugins/ets/runtime/
Dets_language_context.cpp58 mem::GC *EtsLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter_impl.cpp73 auto gcType = thread->GetVM()->GetGC()->GetType(); in ExecuteImpl() local
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.h47 void SetGcType(uint32_t gcType) in SetGcType()
/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/runtime/core/
Dcore_language_context.cpp122 mem::GC *CoreLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocato… in CreateGC()
Dcore_vm.cpp47 mem::GCType gcType = Runtime::GetGCType(options, panda_file::SourceLang::PANDA_ASSEMBLY); in CreateMM() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp497 …auto gcType = Runtime::GetGCType(runtime->GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRun… in TEST_F() local
550 …auto gcType = Runtime::GetGCType(runtime->GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRun… in TEST_F() local

12