HomeSort by relevance Sort by last modified time
    Searched refs:spaces_ (Results 1 - 5 of 5) 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
immune_spaces.cc 32 spaces_.clear();
108 DCHECK(spaces_.find(space) == spaces_.end()) << *space;
114 spaces_.insert(space);
124 return spaces_.find(space) != spaces_.end();
  /system/nvram/core/
nvram_manager.cpp 185 space_list[i] = spaces_[i].index;
246 spaces_[num_spaces_].index = index;
247 spaces_[num_spaces_].write_locked = false;
248 spaces_[num_spaces_].read_locked = false;
346 SpaceListEntry tmp = spaces_[space_record.array_index];
347 spaces_[space_record.array_index] = spaces_[num_spaces_ - 1];
366 // Failed to delete, re-add the transient state to |spaces_|.
367 spaces_[num_spaces_] = tmp;
553 const uint32_t index = spaces_[i].index
    [all...]
  /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 1572 const std::vector<gc::space::ImageSpace*>& spaces_; member in class:art::FINAL
    [all...]

Completed in 212 milliseconds