HomeSort by relevance Sort by last modified time
    Searched defs:InputAt (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
node.h 71 V8_Fatal(__FILE__, __LINE__, "Node #%d:%s->InputAt(%d) out of bounds", \
83 Node* InputAt(int index) const {
node-matchers.h 33 Node* InputAt(int index) const { return node()->InputAt(index); }
216 : NodeMatcher(node), object_(InputAt(0)), index_(InputAt(1)) {}
235 : NodeMatcher(node), left_(InputAt(0)), right_(InputAt(1)) {
239 : NodeMatcher(node), left_(InputAt(0)), right_(InputAt(1)) {
363 return this->left().node()->InputAt(0);
706 DCHECK_EQ(Merge(), phi->InputAt(2))
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 121 milliseconds