Home
last modified time | relevance | path

Searched refs:ProcessInstruction (Results 1 – 4 of 4) 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
Dregister_allocator_graph_color.cc790 ProcessInstruction(instr_it.Current()); in ProcessInstructions()
794 ProcessInstruction(phi_it.Current()); in ProcessInstructions()
808 void RegisterAllocatorGraphColor::ProcessInstruction(HInstruction* instruction) { in ProcessInstruction() function in art::RegisterAllocatorGraphColor