v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::NodeMarker< State > Class Template Reference

#include <node-marker.h>

Inheritance diagram for v8::internal::compiler::NodeMarker< State >:
Collaboration diagram for v8::internal::compiler::NodeMarker< State >:

Public Member Functions

V8_INLINE NodeMarker (TFGraph *graph, uint32_t num_states)
 
V8_INLINE State Get (const Node *node)
 
V8_INLINE void Set (Node *node, State state)
 
- Public Member Functions inherited from v8::internal::compiler::NodeMarkerBase
 NodeMarkerBase (TFGraph *graph, uint32_t num_states)
 
 NodeMarkerBase (const NodeMarkerBase &)=delete
 
NodeMarkerBaseoperator= (const NodeMarkerBase &)=delete
 
V8_INLINE Mark Get (const Node *node)
 
V8_INLINE void Set (Node *node, Mark mark)
 

Detailed Description

template<typename State>
class v8::internal::compiler::NodeMarker< State >

Definition at line 60 of file node-marker.h.

Constructor & Destructor Documentation

◆ NodeMarker()

template<typename State >
V8_INLINE v8::internal::compiler::NodeMarker< State >::NodeMarker ( TFGraph * graph,
uint32_t num_states )
inline

Definition at line 62 of file node-marker.h.

Member Function Documentation

◆ Get()

template<typename State >
V8_INLINE State v8::internal::compiler::NodeMarker< State >::Get ( const Node * node)
inline

Definition at line 65 of file node-marker.h.

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

◆ Set()

template<typename State >
V8_INLINE void v8::internal::compiler::NodeMarker< State >::Set ( Node * node,
State state )
inline

Definition at line 69 of file node-marker.h.

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

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