Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h92 void ProcessInstruction(HInstruction* instruction);
Dregister_allocator_linear_scan.cc167 ProcessInstruction(back_it.Current()); in AllocateRegistersInternal()
170 ProcessInstruction(inst_it.Current()); in AllocateRegistersInternal()
239 void RegisterAllocatorLinearScan::ProcessInstruction(HInstruction* instruction) { in ProcessInstruction() function in art::RegisterAllocatorLinearScan