Searched defs:settings (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.cpp | 50 …:DummyGC(panda::mem::ObjectAllocatorBase *object_allocator, const panda::mem::GCSettings &settings) in DummyGC()
|
| /arkcompiler/runtime_core/runtime/mem/gc/epsilon/ |
| D | epsilon.cpp | 24 …lonGC<LanguageConfig>::EpsilonGC(ObjectAllocatorBase *object_allocator, const GCSettings &settings) in EpsilonGC()
|
| /arkcompiler/runtime_core/runtime/mem/gc/lang/ |
| D | gc_lang.cpp | 24 GCLang<LanguageConfig>::GCLang(ObjectAllocatorBase *object_allocator, const GCSettings &settings) in GCLang()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | generational-gc-base.h | 41 GenerationalGC(ObjectAllocatorBase *object_allocator, const GCSettings &settings) in GenerationalGC()
|
| D | gc.cpp | 52 GC::GC(ObjectAllocatorBase *object_allocator, const GCSettings &settings) in GC() 276 GC *CreateGC(GCType gc_type, ObjectAllocatorBase *object_allocator, const GCSettings &settings) in CreateGC()
|
| /arkcompiler/runtime_core/runtime/mem/gc/stw-gc/ |
| D | stw-gc.cpp | 39 StwGC<LanguageConfig>::StwGC(ObjectAllocatorBase *object_allocator, const GCSettings &settings) in StwGC()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | language_context.h | 315 const mem::GCSettings &settings) const in CreateGC()
|
| /arkcompiler/runtime_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.cpp | 39 GenGC<LanguageConfig>::GenGC(ObjectAllocatorBase *object_allocator, const GCSettings &settings) in GenGC()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-gc.cpp | 131 G1GC<LanguageConfig>::G1GC(ObjectAllocatorBase *object_allocator, const GCSettings &settings) in G1GC()
|