HomeSort by relevance Sort by last modified time
    Searched refs:NodeMarker (Results 1 - 9 of 9) sorted by null

  /external/v8/src/compiler/
node-marker.h 45 // A NodeMarker assigns a local "state" to every node of a graph in constant
46 // memory. Only one NodeMarker per graph is valid at a given time, that is,
47 // after you create a NodeMarker you should no longer use NodeMarkers that
51 // When you initialize a NodeMarker, all the local states are conceptually
54 // In its current implementation, in debug mode NodeMarker will try to
55 // (efficiently) detect invalid use of an older NodeMarker. Namely, if you get
56 // or set a node with a NodeMarker, and then get or set that node
57 // with an older NodeMarker you will get a crash.
59 // GraphReducer uses a NodeMarker, so individual Reducers cannot use a
60 // NodeMarker
    [all...]
control-flow-optimizer.h 46 NodeMarker<bool> queued_;
graph-trimmer.h 51 NodeMarker<bool> is_live_;
int64-lowering.h 71 NodeMarker<State> state_;
graph-reducer.h 172 NodeMarker<State> state_;
loop-peeling.cc 106 NodeMarker<size_t> node_map;
loop-analysis.cc 109 NodeMarker<bool> queued_;
scheduler.cc 568 NodeMarker<bool> queued_; // Mark indicating whether node is queued.
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 2916 milliseconds