Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1359 void HVariableInputSizeInstruction::InsertInputAt(size_t index, HInstruction* input) { in InsertInputAt() function in art::HVariableInputSizeInstruction
Dnodes.h2726 void InsertInputAt(size_t index, HInstruction* input);
4797 InsertInputAt(GetSpecialInputIndexUnchecked(), input); in AddSpecialInput()