Searched refs:InsertInputAt (Results 1 – 2 of 2) sorted by relevance
3000 void InsertInputAt(size_t index, HInstruction* input);5160 InsertInputAt(GetSpecialInputIndexUnchecked(), input);5322 InsertInputAt(GetSpecialInputIndex(), input);
1513 void HVariableInputSizeInstruction::InsertInputAt(size_t index, HInstruction* input) { in InsertInputAt() function in art::HVariableInputSizeInstruction