Searched refs:CreateLinearAlloc (Results 1 – 3 of 3) sorted by relevance
80 std::unique_ptr<LinearAlloc> alloc(Runtime::Current()->CreateLinearAlloc()); in Java_Main_reuseArenaOfMethod()
805 LinearAlloc* CreateLinearAlloc();
1484 linear_alloc_.reset(CreateLinearAlloc()); in Init()2758 LinearAlloc* Runtime::CreateLinearAlloc() { in CreateLinearAlloc() function in art::Runtime