Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h139 void ProcessInstruction(HInstruction* instruction);
Dregister_allocator.cc157 ProcessInstruction(back_it.Current()); in AllocateRegistersInternal()
160 ProcessInstruction(inst_it.Current()); in AllocateRegistersInternal()
201 void RegisterAllocator::ProcessInstruction(HInstruction* instruction) { in ProcessInstruction() function in art::RegisterAllocator