Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h142 void DumpAllIntervals(std::ostream& stream) const;
Dregister_allocator.cc556 void RegisterAllocator::DumpAllIntervals(std::ostream& stream) const { in DumpAllIntervals() function in art::RegisterAllocator
1009 DumpAllIntervals(std::cerr); in AllocateBlockedReg()