Home
last modified time | relevance | path

Searched refs:DumpInterval (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.h141 void DumpInterval(std::ostream& stream, LiveInterval* interval) const;
Dregister_allocator.cc541 void RegisterAllocator::DumpInterval(std::ostream& stream, LiveInterval* interval) const { in DumpInterval() function in art::RegisterAllocator
559 DumpInterval(stream, inactive_.Get(i)); in DumpAllIntervals()
563 DumpInterval(stream, active_.Get(i)); in DumpAllIntervals()
569 DumpInterval(stream, unhandled->Get(i)); in DumpAllIntervals()
573 DumpInterval(stream, handled_.Get(i)); in DumpAllIntervals()
1008 DumpInterval(std::cerr, current); in AllocateBlockedReg()