v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::NodeMatcher Struct Reference

#include <node-matchers.h>

Inheritance diagram for v8::internal::compiler::NodeMatcher:
Collaboration diagram for v8::internal::compiler::NodeMatcher:

Public Member Functions

 NodeMatcher (Node *node)
 
Nodenode () const
 
const Operatorop () const
 
IrOpcode::Value opcode () const
 
bool HasProperty (Operator::Property property) const
 
NodeInputAt (int index) const
 
bool Equals (const Node *node) const
 
bool IsComparison () const
 

Private Attributes

Nodenode_
 

Detailed Description

Definition at line 28 of file node-matchers.h.

Constructor & Destructor Documentation

◆ NodeMatcher()

v8::internal::compiler::NodeMatcher::NodeMatcher ( Node * node)
inlineexplicit

Definition at line 29 of file node-matchers.h.

Member Function Documentation

◆ Equals()

bool v8::internal::compiler::NodeMatcher::Equals ( const Node * node) const
inline

Definition at line 40 of file node-matchers.h.

Here is the call graph for this function:

◆ HasProperty()

bool v8::internal::compiler::NodeMatcher::HasProperty ( Operator::Property property) const
inline

Definition at line 35 of file node-matchers.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ InputAt()

Node * v8::internal::compiler::NodeMatcher::InputAt ( int index) const
inline

Definition at line 38 of file node-matchers.h.

Here is the call graph for this function:

◆ IsComparison()

bool v8::internal::compiler::NodeMatcher::IsComparison ( ) const

Definition at line 11 of file node-matchers.cc.

Here is the call graph for this function:

◆ node()

Node * v8::internal::compiler::NodeMatcher::node ( ) const
inline

Definition at line 31 of file node-matchers.h.

Here is the caller graph for this function:

◆ op()

const Operator * v8::internal::compiler::NodeMatcher::op ( ) const
inline

Definition at line 32 of file node-matchers.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ opcode()

IrOpcode::Value v8::internal::compiler::NodeMatcher::opcode ( ) const
inline

Definition at line 33 of file node-matchers.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ node_

Node* v8::internal::compiler::NodeMatcher::node_
private

Definition at line 50 of file node-matchers.h.


The documentation for this struct was generated from the following files: