Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.cc204 runtime->GetJitArenaPool()->TrimMaps(); in CompileMethod()
/art/compiler/optimizing/
Doptimizing_compiler.cc1251 ArenaAllocator allocator(runtime->GetJitArenaPool()); in JitCompile()
1259 ArenaStack arena_stack(runtime->GetJitArenaPool()); in JitCompile()
1328 ArenaStack arena_stack(runtime->GetJitArenaPool()); in JitCompile()
/art/runtime/
Druntime.h713 ArenaPool* GetJitArenaPool() { in GetJitArenaPool() function