|
V8 Project
|
#include <node-matchers.h>
Inheritance diagram for v8::internal::compiler::ValueMatcher< T, kOpcode >:
Collaboration diagram for v8::internal::compiler::ValueMatcher< T, kOpcode >:Public Member Functions | |
| ValueMatcher (Node *node) | |
| bool | HasValue () const |
| const T & | Value () const |
| bool | Is (const T &value) const |
| bool | IsInRange (const T &low, const T &high) const |
Public Member Functions inherited from v8::internal::compiler::NodeMatcher | |
| 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 | |
| T | value_ |
| bool | has_value_ |
Definition at line 40 of file node-matchers.h.
|
inlineexplicit |
Definition at line 41 of file node-matchers.h.
References v8::internal::compiler::ValueMatcher< T, kOpcode >::has_value_, v8::internal::compiler::NodeMatcher::node(), and v8::internal::compiler::ValueMatcher< T, kOpcode >::value_.
Here is the call graph for this function:
|
inline |
Definition at line 48 of file node-matchers.h.
References v8::internal::compiler::ValueMatcher< T, kOpcode >::has_value_.
Referenced by v8::internal::compiler::ValueMatcher< T, kOpcode >::Is(), v8::internal::compiler::ValueMatcher< T, kOpcode >::IsInRange(), and v8::internal::compiler::ValueMatcher< T, kOpcode >::Value().
Here is the caller graph for this function:
|
inline |
Definition at line 54 of file node-matchers.h.
References v8::internal::compiler::ValueMatcher< T, kOpcode >::HasValue(), and v8::internal::compiler::ValueMatcher< T, kOpcode >::Value().
Here is the call graph for this function:
|
inline |
Definition at line 58 of file node-matchers.h.
References v8::internal::compiler::ValueMatcher< T, kOpcode >::HasValue(), and v8::internal::compiler::ValueMatcher< T, kOpcode >::Value().
Here is the call graph for this function:
|
inline |
Definition at line 49 of file node-matchers.h.
References DCHECK, v8::internal::compiler::ValueMatcher< T, kOpcode >::HasValue(), and v8::internal::compiler::ValueMatcher< T, kOpcode >::value_.
Referenced by v8::internal::compiler::ValueMatcher< T, kOpcode >::Is(), and v8::internal::compiler::ValueMatcher< T, kOpcode >::IsInRange().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 64 of file node-matchers.h.
Referenced by v8::internal::compiler::ValueMatcher< T, kOpcode >::HasValue(), and v8::internal::compiler::ValueMatcher< T, kOpcode >::ValueMatcher().
|
private |
Definition at line 63 of file node-matchers.h.
Referenced by v8::internal::compiler::ValueMatcher< T, kOpcode >::Value(), and v8::internal::compiler::ValueMatcher< T, kOpcode >::ValueMatcher().