Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h119 void DumpInterval(std::ostream& stream, LiveInterval* interval) const;
Dregister_allocator.cc294 void RegisterAllocator::DumpInterval(std::ostream& stream, LiveInterval* interval) const { in DumpInterval() function in art::RegisterAllocator