Home
last modified time | relevance | path

Searched defs:gc_type (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Dmemory_manager.cpp28 const MemoryManager::HeapOptions &options, GCType gc_type, in CreateHeapManager()
50 GCType gc_type, const GCSettings &gc_settings, in Create()
Dheap_manager.cpp36 bool HeapManager::Initialize(GCType gc_type, bool single_threaded, bool use_tlab, MemStatsType *mem… in Initialize()
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_types.h40 constexpr bool IsGenerationalGCType(const GCType gc_type) in IsGenerationalGCType()
102 inline std::string_view GCStringFromType(GCType gc_type) in GCStringFromType()
Dgc_stats.cpp245 PandaString GCInstanceStats::GetDump(GCType gc_type) in GetDump()
281 PandaString GCInstanceStats::GetYoungSpaceDump(GCType gc_type) in GetYoungSpaceDump()
306 PandaString GCInstanceStats::GetAllSpacesDump(GCType gc_type) in GetAllSpacesDump()
Dgc.h478 inline void SetType(GCType gc_type) in SetType()
Dgc.cpp276 GC *CreateGC(GCType gc_type, ObjectAllocatorBase *object_allocator, const GCSettings &settings) in CreateGC()
/arkcompiler/runtime_core/runtime/tests/
Dgc_log_test.cpp47 void SetupRuntime(const std::string &gc_type, bool small_heap_and_young_spaces = false, in SetupRuntime()
80 void CounterLogTest(const std::string &gc_type) in CounterLogTest()
103 void FullLogTest(const std::string &gc_type) in FullLogTest()
Dmem_stats_gc_test.cpp31 void SetupRuntime(std::string gc_type) in SetupRuntime()
Dstring_table_base_test.h52 void SetupRuntime(const std::string &gc_type) in SetupRuntime()
Dmem_stats_gen_gc_test.cpp86 void SetupRuntime(const std::string &gc_type) in SetupRuntime()
545 GCType gc_type = static_cast<GCType>(gctype_idx); in TEST_F() local
Dg1gc_fullgc_test.cpp79 void SetupRuntime(const std::string &gc_type) in SetupRuntime()
/arkcompiler/runtime_core/runtime/
Dfile_manager.cpp63 …auto gc_type = Runtime::GetGCType(Runtime::GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRu… in LoadAnFile() local
Druntime.cpp612 … auto gc_type = panda::mem::GCTypeFromString(options.GetGcType(plugins::LangToRuntimeType(lang))); in GetGCType() local
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Daot_builder.h41 void SetGcType(uint32_t gc_type) in SetGcType()
/arkcompiler/runtime_core/compiler/aot/
Daot_file.cpp49 …td::unique_ptr<AotFile>, std::string> AotFile::Open(const std::string &file_name, uint32_t gc_type, in Open()
Daot_manager.cpp24 uint32_t gc_type, bool force) in AddFile()
Daot_headers.h34 uint32_t gc_type; member
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.cpp123 mem::GC *CoreLanguageContext::CreateGC(mem::GCType gc_type, mem::ObjectAllocatorBase *object_alloca… in CreateGC()
Dcore_vm.cpp46 mem::GCType gc_type = Runtime::GetGCType(options, panda_file::SourceLang::PANDA_ASSEMBLY); in CreateMM() local
/arkcompiler/runtime_core/runtime/include/
Dlanguage_context.h314 mem::GC *CreateGC(mem::GCType gc_type, mem::ObjectAllocatorBase *object_allocator, in CreateGC()
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp243 … auto gc_type = panda::mem::GCTypeFromString(paoc_->runtime_options_->GetGcType(runtime_lang)); in InitAotBuilder() local
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp535 …auto gc_type = Runtime::GetGCType(runtime->GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRu… in TEST_F() local