Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.cc205 runtime->GetJitArenaPool()->TrimMaps(); in CompileMethod()
/art/compiler/optimizing/
Doptimizing_compiler.cc1234 ArenaAllocator allocator(runtime->GetJitArenaPool()); in JitCompile()
1242 ArenaStack arena_stack(runtime->GetJitArenaPool()); in JitCompile()
1310 ArenaStack arena_stack(runtime->GetJitArenaPool()); in JitCompile()
/art/runtime/
Druntime.h704 ArenaPool* GetJitArenaPool() { in GetJitArenaPool() function