Searched refs:CheckForFixedInputs (Results 1 – 2 of 2) sorted by relevance
102 void CheckForFixedInputs(HInstruction* instruction, bool will_call);
260 CheckForFixedInputs(instruction, will_call); in ProcessInstruction()370 void RegisterAllocatorLinearScan::CheckForFixedInputs(HInstruction* instruction, bool will_call) { in CheckForFixedInputs() function in art::RegisterAllocatorLinearScan