Searched refs:CreateLinearAlloc (Results 1 – 4 of 4) sorted by relevance
80 std::unique_ptr<LinearAlloc> alloc(Runtime::Current()->CreateLinearAlloc()); in Java_Main_reuseArenaOfMethod()
812 LinearAlloc* CreateLinearAlloc();
1663 linear_alloc_.reset(CreateLinearAlloc()); in Init()2985 LinearAlloc* Runtime::CreateLinearAlloc() { in CreateLinearAlloc() function in art::Runtime
5926 data.allocator = Runtime::Current()->CreateLinearAlloc(); in RegisterClassLoader()