V8 Project
|
#include <node-matchers.h>
Public Member Functions | |
NodeMatcher (Node *node) | |
Node * | node () const |
const Operator * | op () const |
IrOpcode::Value | opcode () const |
bool | HasProperty (Operator::Property property) const |
Node * | InputAt (int index) const |
Private Attributes | |
Node * | node_ |
Definition at line 16 of file node-matchers.h.
|
inlineexplicit |
Definition at line 17 of file node-matchers.h.
|
inline |
Definition at line 23 of file node-matchers.h.
References v8::internal::compiler::Operator::HasProperty(), and op().
|
inline |
Definition at line 26 of file node-matchers.h.
References node().
|
inline |
Definition at line 19 of file node-matchers.h.
References node_.
Referenced by InputAt(), v8::internal::compiler::ScaleFactorMatcher::Match(), v8::internal::compiler::IndexAndDisplacementMatcher::Match(), v8::internal::compiler::anonymous_namespace{graph-unittest.cc}::NodeMatcher::MatchAndExplain(), op(), opcode(), and v8::internal::compiler::ValueMatcher< T, kOpcode >::ValueMatcher().
|
inline |
Definition at line 20 of file node-matchers.h.
References node().
Referenced by HasProperty().
|
inline |
Definition at line 21 of file node-matchers.h.
References node().
Referenced by v8::internal::compiler::ScaleFactorMatcher::Match(), and v8::internal::compiler::IndexAndDisplacementMatcher::Match().
|
private |
Definition at line 34 of file node-matchers.h.
Referenced by node().