Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h558 return linear_alloc_.get(); in GetLinearAlloc()
770 std::unique_ptr<LinearAlloc> linear_alloc_; variable
Druntime.cc397 linear_alloc_.reset(); in ~Runtime()
1230 linear_alloc_.reset(CreateLinearAlloc()); in Init()