Searched refs:NodeMarker (Results 1 – 11 of 11) sorted by relevance
61 class NodeMarker : public NodeMarkerBase {63 V8_INLINE NodeMarker(Graph* graph, uint32_t num_states) in NodeMarker() function
51 NodeMarker<bool> is_live_;
46 NodeMarker<bool> queued_;
74 NodeMarker<State> state_;
180 NodeMarker<State> state_; in NON_EXPORTED_BASE()
107 NodeMarker<State> state_;
68 NodeMarker<State> state_;
108 NodeMarker<size_t> node_map;
38 NodeMarker<bool> queued(graph(), 2); in Run()
110 NodeMarker<bool> queued_;
596 NodeMarker<bool> queued_; // Mark indicating whether node is queued.