OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NodeMarker
(Results
1 - 2
of
2
) 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
...]
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar
Completed in 523 milliseconds