Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode.h83 Node* InputAt(int index) const { in InputAt() function
Dinstruction.h819 const InstructionOperand* InputAt(size_t i) const { in InputAt() function
823 InstructionOperand* InputAt(size_t i) { in InputAt() function
Dnode-matchers.h34 Node* InputAt(int index) const { return node()->InputAt(index); } in InputAt() function