Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocation_resolver.h75 void InsertMoveAfter(HInstruction* instruction, Location source, Location destination) const;
Dregister_allocation_resolver.cc312 InsertMoveAfter(interval->GetDefinedBy(), interval->ToLocation(), loc); in ConnectSiblings()
677 void RegisterAllocationResolver::InsertMoveAfter(HInstruction* instruction, in InsertMoveAfter() function in art::RegisterAllocationResolver