Searched defs:InputAt (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h1327 HInstruction* InputAt(size_t i) const { return InputRecordAt(i).GetInstruction(); } function in class:art::HInstruction
1502 result = (result * 31) + InputAt(i)->GetId();
1588 HInstruction* Current() const { return instruction_->InputAt(index_); }
1837 HInstruction* GetInput() const { return InputAt(0); }
1870 HInstruction* GetLeft() const { return InputAt(0); }
1871 HInstruction* GetRight() const { return InputAt(1); }
1879 HInstruction* left = InputAt(0);
1880 HInstruction* right = InputAt(1);
1893 HInstruction* left = InputAt(0);
1894 HInstruction* right = InputAt(
[all...]

Completed in 18 milliseconds