Home
last modified time | relevance | path

Searched refs:is_live_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dgraph-trimmer.h40 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive()
44 is_live_.Set(node, true); in MarkAsLive()
52 NodeMarker<bool> is_live_; variable
Dgraph-trimmer.cc14 : graph_(graph), is_live_(graph, 2), live_(zone) { in GraphTrimmer()