Home
last modified time | relevance | path

Searched refs:linear_alloc_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h662 return linear_alloc_.get(); in GetLinearAlloc()
985 std::unique_ptr<LinearAlloc> linear_alloc_; variable
Druntime.cc480 linear_alloc_.reset(); in ~Runtime()
1425 linear_alloc_.reset(CreateLinearAlloc()); in Init()