Home
last modified time | relevance | path

Searched refs:dead_ (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/memory/
Dsingleton.h114 if (subtle::NoBarrier_AtomicExchange(&dead_, 1)) in New()
129 static void Resurrect() { subtle::NoBarrier_Store(&dead_, 0); } in Resurrect()
134 static subtle::Atomic32 dead_; member
141 subtle::Atomic32 StaticMemorySingletonTraits<Type>::dead_ = 0;
/external/v8/src/compiler/
Ddead-code-elimination.h45 Node* dead() const { return dead_; } in NON_EXPORTED_BASE()
49 Node* const dead_; in NON_EXPORTED_BASE() local
Dcommon-operator-reducer.h49 Node* dead() const { return dead_; } in NON_EXPORTED_BASE()
54 Node* const dead_; in NON_EXPORTED_BASE() local
Dgraph-reducer.cc30 dead_(dead), in GraphReducer()
36 NodeProperties::SetType(dead_, Type::None()); in GraphReducer()
236 DCHECK_NOT_NULL(dead_); in ReplaceWithValue()
237 edge.UpdateTo(dead_); in ReplaceWithValue()
Dbranch-elimination.h91 Node* dead() const { return dead_; } in NON_EXPORTED_BASE()
99 Node* dead_; in NON_EXPORTED_BASE() local
Ddead-code-elimination.cc21 dead_(graph->NewNode(common->Dead())) { in DeadCodeElimination()
22 NodeProperties::SetType(dead_, Type::None()); in DeadCodeElimination()
Dbranch-elimination.cc21 dead_(js_graph->graph()->NewNode(js_graph->common()->Dead())) { in BranchElimination()
22 NodeProperties::SetType(dead_, Type::None()); in BranchElimination()
Dgraph-reducer.h174 Node* const dead_; in NON_EXPORTED_BASE() local
Dcommon-operator-reducer.cc46 dead_(graph->NewNode(common->Dead())) { in CommonOperatorReducer()
47 NodeProperties::SetType(dead_, Type::None()); in CommonOperatorReducer()