| /arkcompiler/runtime_core/runtime/mem/ |
| D | memory_manager.cpp | 28 const MemoryManager::HeapOptions &options, GCType gc_type, in CreateHeapManager() 50 GCType gc_type, const GCSettings &gc_settings, in Create()
|
| D | heap_manager.cpp | 36 bool HeapManager::Initialize(GCType gc_type, bool single_threaded, bool use_tlab, MemStatsType *mem… in Initialize()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_types.h | 40 constexpr bool IsGenerationalGCType(const GCType gc_type) in IsGenerationalGCType() 102 inline std::string_view GCStringFromType(GCType gc_type) in GCStringFromType()
|
| D | gc_stats.cpp | 245 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()
|
| D | gc.h | 478 inline void SetType(GCType gc_type) in SetType()
|
| D | gc.cpp | 276 GC *CreateGC(GCType gc_type, ObjectAllocatorBase *object_allocator, const GCSettings &settings) in CreateGC()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | gc_log_test.cpp | 47 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()
|
| D | mem_stats_gc_test.cpp | 31 void SetupRuntime(std::string gc_type) in SetupRuntime()
|
| D | string_table_base_test.h | 52 void SetupRuntime(const std::string &gc_type) in SetupRuntime()
|
| D | mem_stats_gen_gc_test.cpp | 86 void SetupRuntime(const std::string &gc_type) in SetupRuntime() 545 GCType gc_type = static_cast<GCType>(gctype_idx); in TEST_F() local
|
| D | g1gc_fullgc_test.cpp | 79 void SetupRuntime(const std::string &gc_type) in SetupRuntime()
|
| /arkcompiler/runtime_core/runtime/ |
| D | file_manager.cpp | 63 …auto gc_type = Runtime::GetGCType(Runtime::GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRu… in LoadAnFile() local
|
| D | runtime.cpp | 612 … auto gc_type = panda::mem::GCTypeFromString(options.GetGcType(plugins::LangToRuntimeType(lang))); in GetGCType() local
|
| /arkcompiler/runtime_core/compiler/aot/aot_builder/ |
| D | aot_builder.h | 41 void SetGcType(uint32_t gc_type) in SetGcType()
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_file.cpp | 49 …td::unique_ptr<AotFile>, std::string> AotFile::Open(const std::string &file_name, uint32_t gc_type, in Open()
|
| D | aot_manager.cpp | 24 uint32_t gc_type, bool force) in AddFile()
|
| D | aot_headers.h | 34 uint32_t gc_type; member
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_language_context.cpp | 123 mem::GC *CoreLanguageContext::CreateGC(mem::GCType gc_type, mem::ObjectAllocatorBase *object_alloca… in CreateGC()
|
| D | core_vm.cpp | 46 mem::GCType gc_type = Runtime::GetGCType(options, panda_file::SourceLang::PANDA_ASSEMBLY); in CreateMM() local
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | language_context.h | 314 mem::GC *CreateGC(mem::GCType gc_type, mem::ObjectAllocatorBase *object_allocator, in CreateGC()
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.cpp | 243 … auto gc_type = panda::mem::GCTypeFromString(paoc_->runtime_options_->GetGcType(runtime_lang)); in InitAotBuilder() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | aot_test.cpp | 535 …auto gc_type = Runtime::GetGCType(runtime->GetOptions(), plugins::RuntimeTypeToLang(runtime->GetRu… in TEST_F() local
|