Home
last modified time | relevance | path

Searched refs:NodeMarker (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dnode-marker.h44 // A NodeMarker assigns a local "state" to every node of a graph in constant
45 // memory. Only one NodeMarker per graph is valid at a given time, that is,
46 // after you create a NodeMarker you should no longer use NodeMarkers that
50 // When you initialize a NodeMarker, all the local states are conceptually
53 // In its current implementation, in debug mode NodeMarker will try to
54 // (efficiently) detect invalid use of an older NodeMarker. Namely, if you set a
55 // node with a NodeMarker, and then get or set that node with an older
56 // NodeMarker you will get a crash.
58 // GraphReducer uses a NodeMarker, so individual Reducers cannot use a
59 // NodeMarker
61 class NodeMarker : public NodeMarkerBase { global() class
63 V8_INLINE NodeMarker(Graph* graph, uint32_t num_states) NodeMarker() function in v8::internal::compiler::NodeMarker
[all...]
H A Dbranch-condition-duplicator.h78 NodeMarker<bool> seen_;
H A Dgraph-trimmer.h53 NodeMarker<bool> is_live_;
H A Dcontrol-flow-optimizer.h52 NodeMarker<bool> queued_;
H A Ddecompression-optimizer.h110 NodeMarker<State> states_;
H A Dgraph-reducer.h195 NodeMarker<State> state_;
H A Descape-analysis.h74 NodeMarker<State> state_;
H A Dloop-analysis.h255 NodeMarker<size_t> node_map_;
H A Dloop-variable-optimizer.cc38 NodeMarker<bool> queued(graph(), 2); in Run()
H A Dloop-analysis.cc123 NodeMarker<bool> queued_;
H A Dscheduler.cc633 NodeMarker<bool> queued_; // Mark indicating whether node is queued.

Completed in 8 milliseconds