Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.h106 void CheckForFixedInputs(HInstruction* instruction);
Dregister_allocator_graph_color.cc833 CheckForFixedInputs(instruction); in ProcessInstruction()
870 void RegisterAllocatorGraphColor::CheckForFixedInputs(HInstruction* instruction) { in CheckForFixedInputs() function in art::RegisterAllocatorGraphColor