Home
last modified time | relevance | path

Searched refs:CreateCardTable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon-g1/
Depsilon-g1.cpp48 this->CreateCardTable(allocator, PoolManager::GetMmapMemPool()->GetMinObjectAddress(), in InitializeImpl()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgenerational-gc-base.cpp94 void GenerationalGC<LanguageConfig>::CreateCardTable(InternalAllocatorPtr internalAllocatorPtr, uin… in CreateCardTable() function in ark::mem::GenerationalGC
Dgenerational-gc-base.h285 …void CreateCardTable(InternalAllocatorPtr internalAllocatorPtr, uintptr_t minAddress, size_t size);
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp44 this->CreateCardTable(allocator, PoolManager::GetMmapMemPool()->GetMinObjectAddress(), in InitializeImpl()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp970 this->CreateCardTable(allocator, PoolManager::GetMmapMemPool()->GetMinObjectAddress(), in InitializeImpl()