HomeSort by relevance Sort by last modified time
    Searched refs:boot_image_spaces_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
heap.h 595 return boot_image_spaces_;
683 return !boot_image_spaces_.empty();
1350 std::vector<space::ImageSpace*> boot_image_spaces_; member in class:art::gc::Heap
    [all...]
heap.cc 303 boot_image_spaces_.push_back(boot_image_space);
332 boot_image_spaces_.clear();
612 for (space::ImageSpace* space : boot_image_spaces_) {
    [all...]

Completed in 51 milliseconds