Home
last modified time | relevance | path

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

/art/test/616-cha-unloading/
Dcha_unload.cc80 std::unique_ptr<LinearAlloc> alloc(Runtime::Current()->CreateLinearAlloc()); in Java_Main_reuseArenaOfMethod()
/art/runtime/
Druntime.h805 LinearAlloc* CreateLinearAlloc();
Druntime.cc1484 linear_alloc_.reset(CreateLinearAlloc()); in Init()
2758 LinearAlloc* Runtime::CreateLinearAlloc() { in CreateLinearAlloc() function in art::Runtime