Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.cc213 runtime->GetJitArenaPool()->TrimMaps(); in CompileMethod()
/art/compiler/optimizing/
Doptimizing_compiler.cc1268 ArenaAllocator allocator(runtime->GetJitArenaPool()); in JitCompile()
1277 ArenaStack arena_stack(runtime->GetJitArenaPool()); in JitCompile()
1342 ArenaStack arena_stack(runtime->GetJitArenaPool()); in JitCompile()
/art/runtime/
Druntime.h652 ArenaPool* GetJitArenaPool() { in GetJitArenaPool() function