| /arkcompiler/ets_runtime/test/fuzztest/jsnapitriggergc_fuzzer/ |
| H A 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/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_language_context.cpp | 58 mem::GC *EtsLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | explicit_gc_test.cpp | 55 void SetupRuntime(const std::string &gcType, bool isExplicitFull) const in SetupRuntime() argument
|
| H A D | gc_log_test.cpp | 53 void SetupRuntime(const std::string &gcType, bool smallHeapAndYoungSpaces = false, in SetupRuntime() argument 114 auto gcType = GetParam(); in FullLogTest() local
|
| H A D | mem_stats_gc_test.cpp | 31 void SetupRuntime(const std::string &gcType) in SetupRuntime() argument
|
| H A D | string_table_test.cpp | 44 const std::string gcType = GetParam(); in StringTableTest() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | concurrent_marker.cpp | 81 TriggerGCType gcType; in HandleMarkingFinished() local
|
| H A D | idle_gc_trigger.h | 77 void SetPostGCTask(TRIGGER_IDLE_GC_TYPE gcType) in SetPostGCTask() argument 83 void ClearPostGCTask(TRIGGER_IDLE_GC_TYPE gcType) in ClearPostGCTask() argument [all...] |
| H A D | work_manager.cpp | 158 void WorkManager::Initialize(TriggerGCType gcType, ParallelGCTaskPhase taskPhase) in Initialize() argument 200 void SharedGCWorkManager::Initialize(TriggerGCType gcType, SharedParallelMarkPhase taskPhase) in Initialize() argument
|
| H A D | idle_gc_trigger.cpp | 145 void IdleGCTrigger::PostIdleGCTask(TRIGGER_IDLE_GC_TYPE gcType) in PostIdleGCTask() argument 164 void IdleGCTrigger::TryTriggerIdleGC(TRIGGER_IDLE_GC_TYPE gcType) in TryTriggerIdleGC() argument [all...] |
| H A D | gc_stats.cpp | 393 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC() argument 582 GCType GCStats::GetGCType(TriggerGCType gcType) in GetGCType() argument 730 void SharedGCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC() argument
|
| H A D | mem_controller.cpp | 156 void MemController::StopCalculationAfterGC(TriggerGCType gcType) in StopCalculationAfterGC() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_concurrent_marker.cpp | 41 void SharedConcurrentMarker::Mark(TriggerGCType gcType, GCReason gcReason) in Mark() argument
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| H A D | core_language_context.cpp | 123 mem::GC *CoreLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC() argument
|
| H A D | core_vm.cpp | 48 mem::GCType gcType = Runtime::GetGCType(options, panda_file::SourceLang::PANDA_ASSEMBLY); in CreateMM() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | file_manager.cpp | 62 auto gcType = Runtime::GetGCType(Runtime::GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRuntimeType())); in LoadAnFile() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | interpreter_impl.cpp | 113 auto gcType = thread->GetVM()->GetGC()->GetType(); in ExecuteImpl() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | memory_manager.cpp | 48 MemoryManager *MemoryManager::Create(const LanguageContext &ctx, InternalAllocatorPtr internalAllocator, GCType gcType, in Create() argument 27 CreateHeapManager(InternalAllocatorPtr internalAllocator, const MemoryManager::HeapOptions &options, GCType gcType, MemStatsType *memStats) CreateHeapManager() argument
|
| H A D | heap_manager.cpp | 38 bool HeapManager::Initialize(GCType gcType, MTModeT multithreadingMode, bool useTlab, MemStatsType *memStats, in Initialize() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc_types.h | 40 constexpr bool IsGenerationalGCType(const GCType gcType) in IsGenerationalGCType() argument 102 constexpr std::string_view GCStringFromType(GCType gcType) in GCStringFromType() argument
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| H A D | aot_file.cpp | 51 Expected<std::unique_ptr<AotFile>, std::string> AotFile::Open(const std::string &fileName, uint32_t gcType, in Open() argument
|
| H A D | aot_manager.cpp | 23 Expected<bool, std::string> AotManager::AddFile(const std::string &fileName, RuntimeInterface *runtime, uint32_t gcType, in AddFile() argument
|
| H A D | aot_headers.h | 34 uint32_t gcType; member
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| H A D | aot_builder.h | 47 void SetGcType(uint32_t gcType) in SetGcType() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | aot_test.cpp | 183 void BuildAot(const char *tmpfilePn, mem::GCType gcType) in BuildAot() argument 315 auto gcType = Runtime::GetGCType(runtime->GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRuntimeType())); in TEST_F() local 570 auto gcType = Runtime::GetGCType(runtime->GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRuntimeType())); in TEST_F() local
|