Searched refs:GcVisitedArenaPool (Results 1 – 4 of 4) sorted by relevance
82 GcVisitedArenaPool* arena_pool = in SetFirstObject()83 static_cast<GcVisitedArenaPool*>(Runtime::Current()->GetLinearAllocArenaPool()); in SetFirstObject()100 uint8_t* GcVisitedArenaPool::AddMap(size_t min_size) { in AddMap()132 GcVisitedArenaPool::GcVisitedArenaPool(bool low_4gb, bool is_zygote, const char* name) in GcVisitedArenaPool() function in art::GcVisitedArenaPool141 GcVisitedArenaPool::~GcVisitedArenaPool() { in ~GcVisitedArenaPool()149 size_t GcVisitedArenaPool::GetBytesAllocated() const { in GetBytesAllocated()154 uint8_t* GcVisitedArenaPool::AddPreZygoteForkMap(size_t size) { in AddPreZygoteForkMap()169 uint8_t* GcVisitedArenaPool::AllocSingleObjArena(size_t size) { in AllocSingleObjArena()186 void GcVisitedArenaPool::FreeSingleObjArena(uint8_t* addr) { in FreeSingleObjArena()219 Arena* GcVisitedArenaPool::AllocArena(size_t size, bool single_obj_arena) { in AllocArena()[all …]
135 class GcVisitedArenaPool final : public ArenaPool {146 explicit GcVisitedArenaPool(bool low_4gb = false,149 virtual ~GcVisitedArenaPool();288 DISALLOW_COPY_AND_ASSIGN(GcVisitedArenaPool);319 GcVisitedArenaPool* pool = in allocate()320 down_cast<GcVisitedArenaPool*>(Runtime::Current()->GetLinearAllocArenaPool()); in allocate()329 GcVisitedArenaPool* pool = in deallocate()330 down_cast<GcVisitedArenaPool*>(Runtime::Current()->GetLinearAllocArenaPool()); in deallocate()
3096 GcVisitedArenaPool* pool = static_cast<GcVisitedArenaPool*>(runtime->GetLinearAllocArenaPool()); in UpdateClassTableClasses()3199 GcVisitedArenaPool* arena_pool = in CompactionPause()3200 static_cast<GcVisitedArenaPool*>(runtime->GetLinearAllocArenaPool()); in CompactionPause()3975 GcVisitedArenaPool* arena_pool = in ProcessLinearAlloc()3976 static_cast<GcVisitedArenaPool*>(Runtime::Current()->GetLinearAllocArenaPool()); in ProcessLinearAlloc()4875 GcVisitedArenaPool* arena_pool = in FinishPhase()4876 static_cast<GcVisitedArenaPool*>(Runtime::Current()->GetLinearAllocArenaPool()); in FinishPhase()
1863 linear_alloc_arena_pool_.reset(new GcVisitedArenaPool(low_4gb, IsZygote())); in Init()3118 static_cast<GcVisitedArenaPool*>(GetLinearAllocArenaPool())->SetupPostZygoteMode(); in SetupLinearAllocForPostZygoteFork()