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

/external/v8/src/crankshaft/
H A Dhydrogen.cc263 void HBasicBlock::SetJoinId(BailoutId ast_id) { function in class:v8::internal::HBasicBlock
310 SetJoinId(stmt->EntryId());
3580 join_block->SetJoinId(join_id);
3591 continue_block->SetJoinId(statement->ContinueId());
3607 break_block->SetJoinId(statement->ExitId());
4458 body_entry->SetJoinId(BailoutId::FunctionEntry());
4770 break_block->SetJoinId(stmt->ExitId());
4814 cond_true->SetJoinId(stmt->ThenId());
4823 cond_false->SetJoinId(stmt->ElseId());
5127 break_block->SetJoinId(stm
[all...]

Completed in 69 milliseconds