v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::HeapObjectMatcherImpl< kHeapConstantOpcode > Struct Template Referencefinal

#include <node-matchers.h>

Inheritance diagram for v8::internal::compiler::HeapObjectMatcherImpl< kHeapConstantOpcode >:
Collaboration diagram for v8::internal::compiler::HeapObjectMatcherImpl< kHeapConstantOpcode >:

Public Member Functions

 HeapObjectMatcherImpl (Node *node)
 
bool Is (IndirectHandle< HeapObject > const &value) const
 
HeapObjectRef Ref (JSHeapBroker *broker) const
 
- Public Member Functions inherited from v8::internal::compiler::ValueMatcher< IndirectHandle< HeapObject >, kHeapConstantOpcode >
 ValueMatcher (Node *node)
 
 ValueMatcher (Node *node)
 
 ValueMatcher (Node *node)
 
 ValueMatcher (Node *node)
 
bool HasResolvedValue () const
 
const IndirectHandle< HeapObject > & ResolvedValue () const
 
- Public Member Functions inherited from v8::internal::compiler::NodeMatcher
 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
 

Additional Inherited Members

- Public Types inherited from v8::internal::compiler::ValueMatcher< IndirectHandle< HeapObject >, kHeapConstantOpcode >
using ValueType
 

Detailed Description

template<IrOpcode::Value kHeapConstantOpcode>
struct v8::internal::compiler::HeapObjectMatcherImpl< kHeapConstantOpcode >

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

Constructor & Destructor Documentation

◆ HeapObjectMatcherImpl()

template<IrOpcode::Value kHeapConstantOpcode>
v8::internal::compiler::HeapObjectMatcherImpl< kHeapConstantOpcode >::HeapObjectMatcherImpl ( Node * node)
inlineexplicit

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

Member Function Documentation

◆ Is()

template<IrOpcode::Value kHeapConstantOpcode>
bool v8::internal::compiler::HeapObjectMatcherImpl< kHeapConstantOpcode >::Is ( IndirectHandle< HeapObject > const & value) const
inline

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

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

◆ Ref()

template<IrOpcode::Value kHeapConstantOpcode>
HeapObjectRef v8::internal::compiler::HeapObjectMatcherImpl< kHeapConstantOpcode >::Ref ( JSHeapBroker * broker) const
inline

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

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

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