Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dscheduler.cc887 size_t outgoing_index = frame->index - block->SuccessorCount(); in ComputeAndInsertSpecialRPO() local
891 outgoing_index < info->outgoing->size()) { in ComputeAndInsertSpecialRPO()
892 succ = info->outgoing->at(outgoing_index); in ComputeAndInsertSpecialRPO()