Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h723 return linear_alloc_.get(); in GetLinearAlloc()
1161 std::unique_ptr<LinearAlloc> linear_alloc_; variable
Druntime.cc512 linear_alloc_.reset(); in ~Runtime()
1663 linear_alloc_.reset(CreateLinearAlloc()); in Init()