| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | allocator-inl.h | 23 …*ObjectAllocatorBase::AllocateSafe(size_t size, Alignment align, AllocT *objectAllocator, size_t p… in AllocateSafe() 35 … void *ObjectAllocatorBase::AddPoolsAndAlloc(size_t size, Alignment align, AllocT *objectAllocator, in AddPoolsAndAlloc()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/lang/ |
| D | gc_lang.cpp | 24 GCLang<LanguageConfig>::GCLang(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GCLang()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.cpp | 51 DummyGC::DummyGC(ark::mem::ObjectAllocatorBase *objectAllocator, const ark::mem::GCSettings &settin… in DummyGC()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon-g1/ |
| D | epsilon-g1.cpp | 23 EpsilonG1GC<LanguageConfig>::EpsilonG1GC(ObjectAllocatorBase *objectAllocator, const GCSettings &se… in EpsilonG1GC()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/ |
| D | epsilon.cpp | 24 EpsilonGC<LanguageConfig>::EpsilonGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settin… in EpsilonGC()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | intrusive_gc_test_api_test.cpp | 64 ObjectAllocator objectAllocator; in TEST_P() local
|
| D | explicit_gc_test.cpp | 147 ObjectAllocator objectAllocator; in TEST_F() local
|
| D | mem_stats_gc_test.cpp | 98 auto objectAllocator = thread_->GetVM()->GetGC()->GetObjectAllocator(); in MemStatsTest() local
|
| D | gc_log_test.cpp | 184 ObjectAllocator objectAllocator; in TEST_F() local
|
| D | mem_stats_test.cpp | 265 auto objectAllocator = thread_->GetVM()->GetGC()->GetObjectAllocator(); in TEST_F() local 292 auto objectAllocator = thread_->GetVM()->GetGC()->GetObjectAllocator(); in TEST_F() local
|
| D | g1gc_fullgc_test.cpp | 140 ObjectAllocatorBase *objectAllocator {}; member in ark::mem::test::G1GCFullGCTest
|
| D | mem_stats_gen_gc_test.cpp | 207 ObjectAllocatorBase *objectAllocator {}; member in ark::mem::test::MemStatsGenGCTest
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/cmc-gc-adapter/ |
| D | cmc-gc-adapter.cpp | 24 CMCGCAdapter<LanguageConfig>::CMCGCAdapter(ObjectAllocatorBase *objectAllocator, const GCSettings &… in CMCGCAdapter()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_language_context.cpp | 58 mem::GC *EtsLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-evacuate-regions-worker-state-inl.h | 57 auto *objectAllocator = gc_->GetG1ObjectAllocator(); in ~G1EvacuateRegionsWorkerState() local
|
| D | g1-gc.cpp | 62 G1GC<LanguageConfig>::G1GC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in G1GC() 240 auto objectAllocator = this->GetG1ObjectAllocator(); in RegionPromotionImpl() local 471 auto objectAllocator = this->GetG1ObjectAllocator(); in RegionCompactingImpl() local 1426 auto *objectAllocator = this->GetG1ObjectAllocator(); in ResetRegionAfterMixedGC() local 1692 auto objectAllocator = this->GetG1ObjectAllocator(); in UpdateRefsAndClear() local 1880 auto *objectAllocator = GetG1ObjectAllocator(); in OnPauseMark() local 1906 auto *objectAllocator = GetG1ObjectAllocator(); in FullMarking() local 2628 auto *objectAllocator = this->GetG1ObjectAllocator(); in ActualizeRemSets() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | generational-gc-base.h | 40 GenerationalGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GenerationalGC()
|
| D | gc.cpp | 55 GC::GC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GC() 411 GC *CreateGC(GCType gcType, ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in CreateGC()
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_language_context.cpp | 123 …m::GC *CoreLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | vixl_exec_module.h | 138 void *CreateArray(T *array, int size, ArenaAllocator *objectAllocator) in CreateArray()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.cpp | 31 GenGC<LanguageConfig>::GenGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GenGC() 293 auto *objectAllocator = this->GetObjectGenAllocator(); in CollectYoungAndMove() local 482 auto *objectAllocator = this->GetObjectAllocator(); in ConcurrentMark() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/ |
| D | stw-gc.cpp | 33 StwGC<LanguageConfig>::StwGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in StwGC()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | language_context.h | 326 mem::GC *CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC()
|