Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime.h720 void ReclaimArenaPoolMemory();
H A Druntime.cc2139 void Runtime::ReclaimArenaPoolMemory() { in ReclaimArenaPoolMemory() function in art::Runtime
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc2665 Runtime::Current()->ReclaimArenaPoolMemory(); in Compile()