Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.cc672 static const int kBlockUnvisited2 = kBlockVisited1; member in v8::internal::compiler::SpecialRPONumberer
795 stack_depth = Push(stack_, 0, entry, kBlockUnvisited2); in ComputeAndInsertSpecialRPO()
835 DCHECK(succ->rpo_number() == kBlockUnvisited2); in ComputeAndInsertSpecialRPO()
842 stack_depth = Push(stack_, stack_depth, succ, kBlockUnvisited2); in ComputeAndInsertSpecialRPO()