|
V8 Project
|
#include <node-matchers.h>
Inheritance diagram for v8::internal::compiler::NodeMatcher:
Collaboration diagram for v8::internal::compiler::NodeMatcher: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().
Here is the call graph for this function:
|
inline |
Definition at line 26 of file node-matchers.h.
References node().
Here is the call graph for this function:
|
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().
Here is the caller graph for this function:
|
inline |
Definition at line 20 of file node-matchers.h.
References node().
Referenced by HasProperty().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 34 of file node-matchers.h.
Referenced by node().