Home
last modified time | relevance | path

Searched defs:gcType (Results 1 - 25 of 40) sorted by relevance

12

/arkcompiler/ets_runtime/test/fuzztest/jsnapitriggergc_fuzzer/
H A 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/plugins/ets/runtime/
H A Dets_language_context.cpp58 mem::GC *EtsLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dexplicit_gc_test.cpp55 void SetupRuntime(const std::string &gcType, bool isExplicitFull) const in SetupRuntime() argument
H A Dgc_log_test.cpp53 void SetupRuntime(const std::string &gcType, bool smallHeapAndYoungSpaces = false, in SetupRuntime() argument
114 auto gcType = GetParam(); in FullLogTest() local
H A Dmem_stats_gc_test.cpp31 void SetupRuntime(const std::string &gcType) in SetupRuntime() argument
H A Dstring_table_test.cpp44 const std::string gcType = GetParam(); in StringTableTest() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_marker.cpp81 TriggerGCType gcType; in HandleMarkingFinished() local
H A Didle_gc_trigger.h77 void SetPostGCTask(TRIGGER_IDLE_GC_TYPE gcType) in SetPostGCTask() argument
83 void ClearPostGCTask(TRIGGER_IDLE_GC_TYPE gcType) in ClearPostGCTask() argument
[all...]
H A Dwork_manager.cpp158 void WorkManager::Initialize(TriggerGCType gcType, ParallelGCTaskPhase taskPhase) in Initialize() argument
200 void SharedGCWorkManager::Initialize(TriggerGCType gcType, SharedParallelMarkPhase taskPhase) in Initialize() argument
H A Didle_gc_trigger.cpp145 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 Dgc_stats.cpp393 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 Dmem_controller.cpp156 void MemController::StopCalculationAfterGC(TriggerGCType gcType) in StopCalculationAfterGC() argument
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_marker.cpp41 void SharedConcurrentMarker::Mark(TriggerGCType gcType, GCReason gcReason) in Mark() argument
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_language_context.cpp123 mem::GC *CoreLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC() argument
H A Dcore_vm.cpp48 mem::GCType gcType = Runtime::GetGCType(options, panda_file::SourceLang::PANDA_ASSEMBLY); in CreateMM() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dfile_manager.cpp62 auto gcType = Runtime::GetGCType(Runtime::GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRuntimeType())); in LoadAnFile() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter_impl.cpp113 auto gcType = thread->GetVM()->GetGC()->GetType(); in ExecuteImpl() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmemory_manager.cpp48 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 Dheap_manager.cpp38 bool HeapManager::Initialize(GCType gcType, MTModeT multithreadingMode, bool useTlab, MemStatsType *memStats, in Initialize() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_types.h40 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 Daot_file.cpp51 Expected<std::unique_ptr<AotFile>, std::string> AotFile::Open(const std::string &fileName, uint32_t gcType, in Open() argument
H A Daot_manager.cpp23 Expected<bool, std::string> AotManager::AddFile(const std::string &fileName, RuntimeInterface *runtime, uint32_t gcType, in AddFile() argument
H A Daot_headers.h34 uint32_t gcType; member
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.h47 void SetGcType(uint32_t gcType) in SetGcType() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Daot_test.cpp183 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

Completed in 20 milliseconds

12