Home
last modified time | relevance | path

Searched defs:objectAllocator (Results 1 – 23 of 23) 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()
35 … void *ObjectAllocatorBase::AddPoolsAndAlloc(size_t size, Alignment align, AllocT *objectAllocator, in AddPoolsAndAlloc()
/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/tests/interpreter/
Dtest_runtime_interface.cpp51 DummyGC::DummyGC(ark::mem::ObjectAllocatorBase *objectAllocator, const ark::mem::GCSettings &settin… in DummyGC()
/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/epsilon/
Depsilon.cpp24 EpsilonGC<LanguageConfig>::EpsilonGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settin… in EpsilonGC()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dintrusive_gc_test_api_test.cpp64 ObjectAllocator objectAllocator; in TEST_P() local
Dexplicit_gc_test.cpp147 ObjectAllocator objectAllocator; in TEST_F() local
Dmem_stats_gc_test.cpp98 auto objectAllocator = thread_->GetVM()->GetGC()->GetObjectAllocator(); in MemStatsTest() local
Dgc_log_test.cpp184 ObjectAllocator objectAllocator; in TEST_F() 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 ark::mem::test::G1GCFullGCTest
Dmem_stats_gen_gc_test.cpp207 ObjectAllocatorBase *objectAllocator {}; member in ark::mem::test::MemStatsGenGCTest
/arkcompiler/runtime_core/static_core/runtime/mem/gc/cmc-gc-adapter/
Dcmc-gc-adapter.cpp24 CMCGCAdapter<LanguageConfig>::CMCGCAdapter(ObjectAllocatorBase *objectAllocator, const GCSettings &… in CMCGCAdapter()
/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/g1/
Dg1-evacuate-regions-worker-state-inl.h57 auto *objectAllocator = gc_->GetG1ObjectAllocator(); in ~G1EvacuateRegionsWorkerState() local
Dg1-gc.cpp62 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/
Dgenerational-gc-base.h40 GenerationalGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in GenerationalGC()
Dgc.cpp55 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/
Dcore_language_context.cpp123 …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.cpp31 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/
Dstw-gc.cpp33 StwGC<LanguageConfig>::StwGC(ObjectAllocatorBase *objectAllocator, const GCSettings &settings) in StwGC()
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h326 mem::GC *CreateGC(mem::GCType gcType, mem::ObjectAllocatorBase *objectAllocator, in CreateGC()