Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc567 static bool IsCoreInterval(LiveInterval* interval) { in IsCoreInterval() function
740 if (interval != nullptr && IsCoreInterval(interval) == processing_core_regs) { in Validate()
759 if (IsCoreInterval(temp) == processing_core_regs) { in Validate()
851 ScopedArenaVector<LiveInterval*>& intervals = IsCoreInterval(interval) in ProcessInstruction()