Home
last modified time | relevance | path

Searched refs:IsContextEdge (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dnode-properties.h29 static inline bool IsContextEdge(Node::Edge edge);
Dnode-properties-inl.h125 inline bool NodeProperties::IsContextEdge(Node::Edge edge) { in IsContextEdge() function
Dgraph-visualizer.cc215 << (NodeProperties::IsContextEdge(edge) ? "style=dashed, " : "") << "]"; in PrintEdge()