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

  /art/runtime/gc/space/
large_object_space.h 113 virtual void ForEachMemMap(std::function<void(const MemMap&)> func) const = 0;
164 void ForEachMemMap(std::function<void(const MemMap&)> func) const override REQUIRES(!lock_);
197 void ForEachMemMap(std::function<void(const MemMap&)> func) const override REQUIRES(!lock_);
large_object_space.cc 234 void LargeObjectMapSpace::ForEachMemMap(std::function<void(const MemMap&)> func) const {
408 void FreeListSpace::ForEachMemMap(std::function<void(const MemMap&)> func) const {
  /art/runtime/gc/collector/
concurrent_copying.cc     [all...]

Completed in 1265 milliseconds