Home
last modified time | relevance | path

Searched refs:is_live_ (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h39 : value_(x.value_), is_live_(x.is_live_) { in BaseCountedInstance()
41 if (is_live_) ++num_live_instances_; in BaseCountedInstance()
45 : value_(x.value_), is_live_(x.is_live_) { in BaseCountedInstance()
46 x.is_live_ = false; in BaseCountedInstance()
52 if (is_live_) --num_live_instances_; in ~BaseCountedInstance()
57 if (is_live_) --num_live_instances_; in operator =()
58 is_live_ = x.is_live_; in operator =()
136 bool is_live_ = true; global() member in absl::test_internal::BaseCountedInstance
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-trimmer.h41 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive()
45 is_live_.Set(node, true); in MarkAsLive()
53 NodeMarker<bool> is_live_; member in v8::internal::compiler::final
H A Dgraph-trimmer.cc14 : graph_(graph), is_live_(graph, 2), live_(zone) { in GraphTrimmer()

Completed in 2 milliseconds