Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h714 return linear_alloc_.get(); in GetLinearAlloc()
1088 std::unique_ptr<LinearAlloc> linear_alloc_; variable
Druntime.cc497 linear_alloc_.reset(); in ~Runtime()
1478 linear_alloc_.reset(CreateLinearAlloc()); in Init()