Searched defs:SetJoinId (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dhydrogen.cc200 void HBasicBlock::SetJoinId(int id) { function in class:v8::internal::HBasicBlock
229 SetJoinId(stmt->EntryId());
536 join_block->SetJoinId(join_id);
547 continue_block->SetJoinId(statement->ContinueId());
563 break_block->SetJoinId(statement->ExitId());
2242 body_entry->SetJoinId(AstNode::kFunctionEntryId);
2428 break_block->SetJoinId(stmt->ExitId());
2454 cond_true->SetJoinId(stmt->ThenId());
2455 cond_false->SetJoinId(stmt->ElseId());
2670 break_block->SetJoinId(stm
[all...]

Completed in 51 milliseconds