Home
last modified time | relevance | path

Searched defs:objectAllocator (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator-inl.h23 …*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/
Dexplicit_gc_test.cpp147 ObjectAllocator objectAllocator; in TEST_F() local
175 ObjectAllocator objectAllocator; in TEST_F() local
203 ObjectAllocator objectAllocator; in TEST_F() local
Dgc_log_test.cpp176 ObjectAllocator objectAllocator; in TEST_F() local
218 ObjectAllocator objectAllocator; in TEST_F() local
Dintrusive_gc_test_api_test.cpp64 ObjectAllocator objectAllocator; in TEST_P() local
Dmem_stats_gc_test.cpp76 auto objectAllocator = thread_->GetVM()->GetGC()->GetObjectAllocator(); in MemStatsTest() local
Dmem_stats_test.cpp265 auto objectAllocator = thread_->GetVM()->GetGC()->GetObjectAllocator(); in TEST_F() local
292 auto objectAllocator = thread_->GetVM()->GetGC()->GetObjectAllocator(); in TEST_F() local
Dg1gc_fullgc_test.cpp140 ObjectAllocatorBase *objectAllocator {}; member in panda::mem::test::G1GCFullGCTest
Dmem_stats_gen_gc_test.cpp200 ObjectAllocatorBase *objectAllocator {}; member in panda::mem::test::MemStatsGenGCTest
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.cpp51 DummyGC::DummyGC(panda::mem::ObjectAllocatorBase *objectAllocator, const panda::mem::GCSettings &se… in DummyGC()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.cpp58 mem::GC *EtsLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/
Depsilon.cpp24 EpsilonGC<LanguageConfig>::EpsilonGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settin… in EpsilonGC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon-g1/
Depsilon-g1.cpp23 EpsilonG1GC<LanguageConfig>::EpsilonG1GC(ObjectAllocatorBase *objectAllocator, const GCSettings &se… in EpsilonG1GC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/lang/
Dgc_lang.cpp24 GCLang<LanguageConfig>::GCLang(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GCLang()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgenerational-gc-base.h40 GenerationalGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GenerationalGC()
Dgc.cpp52 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/
Dcore_language_context.cpp122 …m::GC *CoreLanguageContext::CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dvixl_exec_module.h138 void *CreateArray(T *array, int size, ArenaAllocator *objectAllocator) in CreateArray()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp30 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/
Dstw-gc.cpp32 StwGC<LanguageConfig>::StwGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in StwGC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp76 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/
Dlanguage_context.h321 mem::GC *CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC()