Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h114 void CheckForTempLiveIntervals(HInstruction* instruction, bool will_call);
Dregister_allocator_linear_scan.cc258 CheckForTempLiveIntervals(instruction, will_call); in ProcessInstruction()
317 void RegisterAllocatorLinearScan::CheckForTempLiveIntervals(HInstruction* instruction, in CheckForTempLiveIntervals() function in art::RegisterAllocatorLinearScan