Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h102 void CheckForFixedInputs(HInstruction* instruction, bool will_call);
Dregister_allocator_linear_scan.cc260 CheckForFixedInputs(instruction, will_call); in ProcessInstruction()
370 void RegisterAllocatorLinearScan::CheckForFixedInputs(HInstruction* instruction, bool will_call) { in CheckForFixedInputs() function in art::RegisterAllocatorLinearScan