Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.cc195 runtime->GetJitArenaPool()->TrimMaps(); in CompileMethod()
/art/runtime/
Druntime.h548 ArenaPool* GetJitArenaPool() { in GetJitArenaPool() function
/art/compiler/optimizing/
Doptimizing_compiler.cc1159 ArenaAllocator arena(Runtime::Current()->GetJitArenaPool()); in JitCompile()