Searched refs:dead_ (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
H A D | object-stats.h | 180 : heap_(heap), live_(live), dead_(dead) { in ObjectStatsCollector() 183 DCHECK_NOT_NULL(dead_); in ObjectStatsCollector() 193 ObjectStats* const dead_; member in v8::internal::ObjectStatsCollector
|
H A D | object-stats.cc | 1127 ObjectStatsCollectorImpl dead_collector(heap_, dead_); in Collect()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | common-operator-reducer.h | 60 Node* dead() const { return dead_; } in dead() 66 Node* const dead_; member in v8::internal::compiler::final
|
H A D | dead-code-elimination.h | 75 Node* dead() const { return dead_; } in dead() 79 Node* const dead_; member in v8::internal::compiler::final
|
H A D | graph-reducer.cc | 46 dead_(dead), in GraphReducer() 55 NodeProperties::SetType(dead_, Type::None()); in GraphReducer() 268 DCHECK_NOT_NULL(dead_); in ReplaceWithValue() 269 edge.UpdateTo(dead_); in ReplaceWithValue()
|
H A D | branch-elimination.h | 120 Node* dead() const { return dead_; } in dead() 137 Node* dead_; member in v8::internal::compiler::final
|
H A D | dead-code-elimination.cc | 23 dead_(graph->NewNode(common->Dead())), in DeadCodeElimination() 25 NodeProperties::SetType(dead_, Type::None()); in DeadCodeElimination() 252 NodeProperties::ReplaceEffectInput(node, dead_, i); in ReduceEffectPhi() 253 NodeProperties::ReplaceControlInput(merge, dead_, i); in ReduceEffectPhi()
|
H A D | graph-reducer.h | 194 Node* const dead_; member in v8::internal::compiler::GraphReducer
|
H A D | common-operator-reducer.cc | 33 dead_(graph->NewNode(common->Dead())), in CommonOperatorReducer() 36 NodeProperties::SetType(dead_, Type::None()); in CommonOperatorReducer()
|
H A D | branch-elimination.cc | 27 dead_(js_graph->Dead()), in BranchElimination()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle.cpp | 670 if (dead_ == true) { in IsAlive() 683 dead_ = true; in SetIsDead()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 405 bool dead_ = false; member in OHOS::Rosen::RSRenderParticle
|
Completed in 10 milliseconds