Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.h118 void CheckForTempLiveIntervals(HInstruction* instruction);
Dregister_allocator_graph_color.cc822 CheckForTempLiveIntervals(instruction); in ProcessInstruction()
950 void RegisterAllocatorGraphColor::CheckForTempLiveIntervals(HInstruction* instruction) { in CheckForTempLiveIntervals() function in art::RegisterAllocatorGraphColor