5#ifndef V8_COMPILER_NODE_MARKER_H_
6#define V8_COMPILER_NODE_MARKER_H_
25 Mark mark = node->mark();
59template <
typename State>
NodeMarkerBase(TFGraph *graph, uint32_t num_states)
V8_INLINE Mark Get(const Node *node)
NodeMarkerBase(const NodeMarkerBase &)=delete
V8_INLINE void Set(Node *node, Mark mark)
NodeMarkerBase & operator=(const NodeMarkerBase &)=delete
V8_INLINE NodeMarker(TFGraph *graph, uint32_t num_states)
V8_INLINE void Set(Node *node, State state)
V8_INLINE State Get(const Node *node)
#define DCHECK_LT(v1, v2)