Searched refs:ProcessInstruction (Results 1 – 4 of 4) sorted by relevance
102 void ProcessInstruction(HInstruction* instruction);
93 void ProcessInstruction(HInstruction* instruction);
171 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
790 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