Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode.h71 Node* InputAt(int index) const { in InputAt() function
Dnode-matchers.h37 Node* InputAt(int index) const { return node()->InputAt(index); } in InputAt() function
/external/v8/src/compiler/backend/
Dinstruction.h835 const InstructionOperand* InputAt(size_t i) const { in InputAt() function
839 InstructionOperand* InputAt(size_t i) { in InputAt() function