Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.h2916 void InsertInputAt(size_t index, HInstruction* input);
5015 InsertInputAt(GetSpecialInputIndexUnchecked(), input);
5170 InsertInputAt(GetSpecialInputIndex(), input);
H A Dnodes.cc1582 void HVariableInputSizeInstruction::InsertInputAt(size_t index, HInstruction* input) { in InsertInputAt() function in art::HVariableInputSizeInstruction