Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.cc301 typing_stack_(zone), in RepresentationSelector()
314 DCHECK(typing_stack_.empty()); in RunTypePropagationPhase()
315 typing_stack_.push({graph()->end(), 0}); in RunTypePropagationPhase()
317 while (!typing_stack_.empty()) { in RunTypePropagationPhase()
318 NodeState& current = typing_stack_.top(); in RunTypePropagationPhase()
328 typing_stack_.push({input, 0}); in RunTypePropagationPhase()
337 typing_stack_.pop(); in RunTypePropagationPhase()
2805 ZoneStack<NodeState> typing_stack_; // stack for graph typing. member in v8::internal::compiler::RepresentationSelector