Home
last modified time | relevance | path

Searched refs:CreateLinearAlloc (Results 1 – 4 of 4) 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.h812 LinearAlloc* CreateLinearAlloc();
Druntime.cc1663 linear_alloc_.reset(CreateLinearAlloc()); in Init()
2985 LinearAlloc* Runtime::CreateLinearAlloc() { in CreateLinearAlloc() function in art::Runtime
Dclass_linker.cc5926 data.allocator = Runtime::Current()->CreateLinearAlloc(); in RegisterClassLoader()