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

  /external/v8/src/compiler/
node-marker.h 44 // 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
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 113 milliseconds