Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h3000 void InsertInputAt(size_t index, HInstruction* input);
5160 InsertInputAt(GetSpecialInputIndexUnchecked(), input);
5322 InsertInputAt(GetSpecialInputIndex(), input);
Dnodes.cc1513 void HVariableInputSizeInstruction::InsertInputAt(size_t index, HInstruction* input) { in InsertInputAt() function in art::HVariableInputSizeInstruction