Home
last modified time | relevance | path

Searched refs:GetArenaEnd (Results 1 – 4 of 4) sorted by relevance

/ark/runtime_core/libpandabase/mem/
Darena.cpp100 void *Arena::GetArenaEnd() const in GetArenaEnd() function in panda::Arena
143 ASSERT(ToUintPtr(extra_buff) == ToUintPtr(GetArenaEnd())); in ExpandArena()
Darena.h71 void *GetArenaEnd() const;
/ark/runtime_core/runtime/mem/
Dbump-allocator-inl.h71 ASSERT(ToUintPtr(arena_.GetArenaEnd()) == ToUintPtr(mem)); in ExpandMemory()
127 uintptr_t end_of_arena = ToUintPtr(arena_.GetArenaEnd()); in CreateNewTLAB()
235 uintptr_t end_of_arena = ToUintPtr(arena_.GetArenaEnd()); in IterateOverObjectsInRange()
255 return MemRange(ToUintPtr(arena_.GetAllocatedStart()), ToUintPtr(arena_.GetArenaEnd()) - 1); in GetMemRange()
Dpygote_space_allocator-inl.h83 uintptr_t end = ToUintPtr(arena_->GetArenaEnd()); in SetState()