Home
last modified time | relevance | path

Searched refs:first_arena_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Darena_allocator.cc259 first_arena_(first_arena), in MemStats()
265 stats_->Dump(os, first_arena_, lost_bytes_adjustment_); in Dump()
Darena_allocator.h215 const Arena* const first_arena_; variable