Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.cc275 typing_stack_(zone), in RepresentationSelector()
288 DCHECK(typing_stack_.empty()); in RunTypePropagationPhase()
289 typing_stack_.push({graph()->end(), 0}); in RunTypePropagationPhase()
291 while (!typing_stack_.empty()) { in RunTypePropagationPhase()
292 NodeState& current = typing_stack_.top(); in RunTypePropagationPhase()
302 typing_stack_.push({input, 0}); in RunTypePropagationPhase()
311 typing_stack_.pop(); in RunTypePropagationPhase()
2679 ZoneStack<NodeState> typing_stack_; // stack for graph typing. member in v8::internal::compiler::RepresentationSelector