Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc2957 explicit Guard(std::vector<std::unique_ptr<ImageSpace>>* spaces_in) in LoadComponents() argument
2958 : spaces_(spaces_in), committed_(spaces_->size()) {} in LoadComponents()