Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.cc821 size_t outgoing_index = frame->index - block->SuccessorCount(); in ComputeAndInsertSpecialRPO() local
825 outgoing_index < info->outgoing->size()) { in ComputeAndInsertSpecialRPO()
826 succ = info->outgoing->at(outgoing_index); in ComputeAndInsertSpecialRPO()