Home
last modified time | relevance | path

Searched refs:GcRootArenaAllocator (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dgc_visited_arena_pool.h294 class GcRootArenaAllocator {
303GcRootArenaAllocator([[maybe_unused]] const GcRootArenaAllocator<U, kTag>& alloc) noexcept {} // … in GcRootArenaAllocator() function
305 GcRootArenaAllocator() noexcept {} in GcRootArenaAllocator() function
311 using other = GcRootArenaAllocator<U, kTag>;
/art/runtime/
Dclass_table.h154 GcRootArenaAllocator<TableSlot, kAllocatorTagClassTable>>;
Dintern_table.h118 GcRootArenaAllocator<GcRoot<mirror::String>, kAllocatorTagInternTable>>;