Home
last modified time | relevance | path

Searched defs:CreateNewTLAB (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.cpp127 TLAB *HybridObjectAllocator::CreateNewTLAB(ManagedThread *thread) in CreateNewTLAB() function in panda::mem::HybridObjectAllocator
/arkcompiler/runtime_core/runtime/tests/
Dtlab_test.cpp49 TLAB *CreateNewTLAB() in CreateNewTLAB() function in panda::mem::TLABTest
/arkcompiler/runtime_core/runtime/mem/
Dbump-allocator-inl.h111 TLAB *BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::CreateNewTLAB(size_t size) in CreateNewTLAB() function
Dallocator.cpp390 TLAB *ObjectAllocatorNoGen<MTMode>::CreateNewTLAB([[maybe_unused]] panda::ManagedThread *thread) in CreateNewTLAB() function in panda::mem::ObjectAllocatorNoGen
534 TLAB *ObjectAllocatorGen<MTMode>::CreateNewTLAB([[maybe_unused]] panda::ManagedThread *thread) in CreateNewTLAB() function in panda::mem::ObjectAllocatorGen
Dheap_manager.cpp248 bool HeapManager::CreateNewTLAB(ManagedThread *thread) in CreateNewTLAB() function in panda::mem::HeapManager
Dregion_allocator-inl.h215 TLAB *RegionAllocator<AllocConfigT, LockConfigT>::CreateNewTLAB([[maybe_unused]] panda::ManagedThre… in CreateNewTLAB() function
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp94 TLAB *ObjectAllocatorG1<MTMode>::CreateNewTLAB([[maybe_unused]] panda::ManagedThread *thread) in CreateNewTLAB() function in panda::mem::ObjectAllocatorG1