Home
last modified time | relevance | path

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

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