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

  /external/v8/src/compiler/
node-matchers.h 30 Node* InputAt(int index) const { return node()->InputAt(index); }
193 : NodeMatcher(node), object_(InputAt(0)), index_(InputAt(1)) {}
212 : NodeMatcher(node), left_(InputAt(0)), right_(InputAt(1)) {
216 : NodeMatcher(node), left_(InputAt(0)), right_(InputAt(1)) {
339 return this->left().node()->InputAt(0);
597 DCHECK_EQ(Merge(), phi->InputAt(2))
    [all...]
node.h 48 bool IsDead() const { return InputCount() > 0 && !InputAt(0); }
70 V8_Fatal(__FILE__, __LINE__, "Node #%d:%s->InputAt(%d) out of bounds", \
82 Node* InputAt(int index) const {
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 161 milliseconds