| /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() 34 … void *ObjectAllocatorBase::AddPoolsAndAlloc(size_t size, Alignment align, AllocT *objectAllocator, in AddPoolsAndAlloc()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | explicit_gc_test.cpp | 147 ObjectAllocator objectAllocator; in TEST_F() local 175 ObjectAllocator objectAllocator; in TEST_F() local 203 ObjectAllocator objectAllocator; in TEST_F() local
|
| D | gc_log_test.cpp | 176 ObjectAllocator objectAllocator; in TEST_F() local 218 ObjectAllocator objectAllocator; in TEST_F() local
|
| D | intrusive_gc_test_api_test.cpp | 64 ObjectAllocator objectAllocator; in TEST_P() local
|
| D | mem_stats_gc_test.cpp | 76 auto objectAllocator = thread_->GetVM()->GetGC()->GetObjectAllocator(); in MemStatsTest() 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 panda::mem::test::G1GCFullGCTest
|
| D | mem_stats_gen_gc_test.cpp | 200 ObjectAllocatorBase *objectAllocator {}; member in panda::mem::test::MemStatsGenGCTest
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.cpp | 51 DummyGC::DummyGC(panda::mem::ObjectAllocatorBase *objectAllocator, const panda::mem::GCSettings &se… in DummyGC()
|
| /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/epsilon/ |
| D | epsilon.cpp | 24 EpsilonGC<LanguageConfig>::EpsilonGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settin… in EpsilonGC()
|
| /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/lang/ |
| D | gc_lang.cpp | 24 GCLang<LanguageConfig>::GCLang(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GCLang()
|
| /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 | 52 GC::GC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GC() 382 GC *CreateGC(GCType gcType, ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in CreateGC()
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_language_context.cpp | 122 …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 | 30 GenGC<LanguageConfig>::GenGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GenGC() 293 auto *objectAllocator = this->GetObjectGenAllocator(); in CollectYoungAndMove() local 485 auto *objectAllocator = this->GetObjectAllocator(); in ConcurrentMark() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/ |
| D | stw-gc.cpp | 32 StwGC<LanguageConfig>::StwGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in StwGC()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-gc.cpp | 76 G1GC<LanguageConfig>::G1GC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in G1GC() 235 auto objectAllocator = this->GetG1ObjectAllocator(); in RegionPromotionImpl() local 456 auto objectAllocator = this->GetG1ObjectAllocator(); in RegionCompactingImpl() local 1226 auto objectAllocator = this->GetG1ObjectAllocator(); in CollectAndMove() local 1348 auto *objectAllocator = GetG1ObjectAllocator(); in OnPauseMark() local 1374 auto *objectAllocator = GetG1ObjectAllocator(); in FullMarking() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | language_context.h | 321 mem::GC *CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC()
|