Home
last modified time | relevance | path

Searched defs:pygote_space_allocator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dpygote_space_allocator_test_base.h90 [[maybe_unused]] auto pygote_space_allocator = GetPygoteSpaceAllocator(); in InitAllocTest() local
109 [[maybe_unused]] auto pygote_space_allocator = GetPygoteSpaceAllocator(); in ForkedAllocTest() local
125 [[maybe_unused]] auto pygote_space_allocator = GetPygoteSpaceAllocator(); in NonMovableLiveObjectAllocTest() local
153 [[maybe_unused]] auto pygote_space_allocator = GetPygoteSpaceAllocator(); in NonMovableUnliveObjectAllocTest() local
178 [[maybe_unused]] auto pygote_space_allocator = GetPygoteSpaceAllocator(); in MovableLiveObjectAllocTest() local
201 [[maybe_unused]] auto pygote_space_allocator = GetPygoteSpaceAllocator(); in MovableUnliveObjectAllocTest() local
225 [[maybe_unused]] auto pygote_space_allocator = GetPygoteSpaceAllocator(); in MuchObjectAllocTest() local
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc.cpp619 auto pygote_space_allocator = object_allocator_->GetPygoteSpaceAllocator(); in WaitForGCOnPygoteFork() local
654 auto pygote_space_allocator = object_allocator_->GetPygoteSpaceAllocator(); in IsOnPygoteFork() local
667 auto pygote_space_allocator = object_allocator_->GetPygoteSpaceAllocator(); in MoveObjectsToPygoteSpace() local
Dgc_marker.h289 … auto pygote_space_allocator = Base::GetGC()->GetObjectAllocator()->GetPygoteSpaceAllocator(); in BindBitmaps() local