HomeSort by relevance Sort by last modified time
    Searched defs:spaces_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/collector/
immune_spaces.h 61 return spaces_;
74 for (space::ContinuousSpace* space : spaces_) {
87 std::set<space::ContinuousSpace*, CompareByBegin> spaces_; member in class:art::gc::collector::ImmuneSpaces
  /system/nvram/core/include/nvram/core/
nvram_manager.h 89 // in the |spaces_| array for each of the spaces that are currently allocated.
98 // |SpaceListEntry| in the |spaces_| array and the persistent |NvramSpace|
125 // Finds the array index in |spaces_| that corresponds to |space_index|.
150 SpaceListEntry spaces_[kMaxSpaces]; member in class:nvram::NvramManager
  /art/runtime/
class_linker.cc 1762 const std::vector<gc::space::ImageSpace*>& spaces_; member in class:art::FINAL
    [all...]

Completed in 135 milliseconds