Home
last modified time | relevance | path

Searched defs:ObjectAllocatorG1 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp27 ObjectAllocatorG1<MT_MODE>::ObjectAllocatorG1(MemStatsType *memStats, [[maybe_unused]] bool createP… in ObjectAllocatorG1() function in panda::mem::ObjectAllocatorG1
464 template class ObjectAllocatorG1<MT_MODE_SINGLE>; variable
465 template class ObjectAllocatorG1<MT_MODE_MULTI>; variable
466 template class ObjectAllocatorG1<MT_MODE_TASK>; variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.h63 class ObjectAllocatorG1; variable