Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc62 it.Current()->SetLiveInterval(bad_live_interval); in ~RegisterAllocator()
65 it.Current()->SetLiveInterval(bad_live_interval); in ~RegisterAllocator()
Dssa_liveness_analysis.cc58 current->SetLiveInterval( in NumberInstructions()
76 current->SetLiveInterval( in NumberInstructions()
Doptimizing_unit_test.h67 defined_by->SetLiveInterval(interval);
Dnodes.h2447 void SetLiveInterval(LiveInterval* interval) { live_interval_ = interval; } in SetLiveInterval() function