V8 Project
|
#include <node-matchers.h>
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 |
![]() | |
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_.
|
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().
|
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().
|
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().
|
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().
|
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().