Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.cc305 typing_stack_(zone), in RepresentationSelector()
319 DCHECK(typing_stack_.empty()); in RunTypePropagationPhase()
320 typing_stack_.push({graph()->end(), 0}); in RunTypePropagationPhase()
322 while (!typing_stack_.empty()) { in RunTypePropagationPhase()
323 NodeState& current = typing_stack_.top(); in RunTypePropagationPhase()
333 typing_stack_.push({input, 0}); in RunTypePropagationPhase()
342 typing_stack_.pop(); in RunTypePropagationPhase()
3259 ZoneStack<NodeState> typing_stack_; // stack for graph typing. member in v8::internal::compiler::RepresentationSelector