Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/base/
H A Dgc_visited_arena_pool.h315 down_cast<GcVisitedArenaPool*>(Runtime::Current()->GetLinearAllocArenaPool()); in allocate()
325 down_cast<GcVisitedArenaPool*>(Runtime::Current()->GetLinearAllocArenaPool()); in deallocate()
H A Dgc_visited_arena_pool.cc67 static_cast<GcVisitedArenaPool*>(Runtime::Current()->GetLinearAllocArenaPool()); in SetFirstObject()
/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact.cc2754 GcVisitedArenaPool* pool = static_cast<GcVisitedArenaPool*>(runtime->GetLinearAllocArenaPool()); in UpdateClassTableClasses()
2860 static_cast<GcVisitedArenaPool*>(runtime->GetLinearAllocArenaPool()); in CompactionPause()
3446 static_cast<GcVisitedArenaPool*>(Runtime::Current()->GetLinearAllocArenaPool()); in ProcessLinearAlloc()
4293 static_cast<GcVisitedArenaPool*>(Runtime::Current()->GetLinearAllocArenaPool()); in FinishPhase()
/aosp_15_r20/art/runtime/
H A Druntime.h765 ArenaPool* GetLinearAllocArenaPool() { in GetLinearAllocArenaPool() function
H A Druntime.cc3122 static_cast<GcVisitedArenaPool*>(GetLinearAllocArenaPool())->SetupPostZygoteMode(); in SetupLinearAllocForPostZygoteFork()