Searched defs:spaces (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
H A Dmod_union_table-inl.h34 const std::vector<space::ContinuousSpace*>& spaces = GetHeap()->GetContinuousSpaces(); local
36 for (It it = spaces.begin(); it != spaces.end(); ++it) {
53 const std::vector<space::ContinuousSpace*>& spaces = GetHeap()->GetContinuousSpaces(); local
55 for (It it = spaces.begin(); it != spaces.end(); ++it) {
/art/compiler/
H A Dimage_writer.cc117 // Trim size of alloc spaces.
236 // TODO: Check image spaces only?
414 const auto& spaces = heap->GetContinuousSpaces(); local
415 DCHECK(!spaces.empty());
425 // TODO: Image spaces only?
429 for (const auto& space : spaces) {
468 // TODO: Image spaces only?
/art/oatdump/
H A Doatdump.cc749 // Loop through all the image spaces and dump their objects.
751 const std::vector<gc::space::ContinuousSpace*>& spaces = heap->GetContinuousSpaces(); local
763 for (const auto& space : spaces) {
/art/runtime/
H A Ddebugger.cc3436 const std::vector<gc::space::ContinuousSpace*>& spaces = heap->GetContinuousSpaces(); local
3440 for (It cur = spaces.begin(), end = spaces.end(); cur != end; ++cur) {

Completed in 89 milliseconds