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

/external/chromium_org/v8/src/compiler/
H A Dgeneric-node.h38 S* InputAt(int index) const { function in class:v8::internal::compiler::GenericNode
H A Dnode-matchers.h26 Node* InputAt(int index) const { return node()->InputAt(index); } function in struct:v8::internal::compiler::NodeMatcher
113 : NodeMatcher(node), left_(InputAt(0)), right_(InputAt(1)) {

Completed in 247 milliseconds