Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.h102 void ProcessInstruction(HInstruction* instruction);
Dregister_allocator_linear_scan.h93 void ProcessInstruction(HInstruction* instruction);
Dregister_allocator_linear_scan.cc171 ProcessInstruction(back_it.Current()); in AllocateRegistersInternal()
174 ProcessInstruction(inst_it.Current()); in AllocateRegistersInternal()
224 void RegisterAllocatorLinearScan::ProcessInstruction(HInstruction* instruction) { in ProcessInstruction() function in art::RegisterAllocatorLinearScan