OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArenaPool
(Results
1 - 4
of
4
) sorted by null
/art/compiler/dex/
arena_allocator.h
30
class
ArenaPool
;
61
friend class
ArenaPool
;
66
class
ArenaPool
{
68
ArenaPool
();
69
~
ArenaPool
();
76
DISALLOW_COPY_AND_ASSIGN(
ArenaPool
);
101
explicit ArenaAllocator(
ArenaPool
* pool);
130
ArenaPool
* pool_;
arena_allocator.cc
78
ArenaPool
::
ArenaPool
()
83
ArenaPool
::~
ArenaPool
() {
91
Arena*
ArenaPool
::AllocArena(size_t size) {
108
void
ArenaPool
::FreeArena(Arena* arena) {
125
ArenaAllocator::ArenaAllocator(
ArenaPool
* pool)
compiler_ir.h
46
explicit CompilationUnit(
ArenaPool
* pool)
/art/compiler/driver/
compiler_driver.h
221
ArenaPool
& GetArenaPool() {
446
ArenaPool
arena_pool_;
Completed in 711 milliseconds