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

/external/chromium_org/v8/src/
H A Dhydrogen-osr.cc78 loop_predecessor->SetJoinId(statement->EntryId());
H A Dhydrogen.cc267 void HBasicBlock::SetJoinId(BailoutId ast_id) { function in class:v8::internal::HBasicBlock
314 SetJoinId(stmt->EntryId());
3352 join_block->SetJoinId(join_id);
3363 continue_block->SetJoinId(statement->ContinueId());
3379 break_block->SetJoinId(statement->ExitId());
4288 body_entry->SetJoinId(BailoutId::FunctionEntry());
4580 break_block->SetJoinId(stmt->ExitId());
4618 cond_true->SetJoinId(stmt->ThenId());
4627 cond_false->SetJoinId(stmt->ElseId());
4930 break_block->SetJoinId(stm
[all...]
H A Dcode-stubs-hydrogen.cc129 next_block->SetJoinId(BailoutId::StubEntry());
H A Dhydrogen.h113 void SetJoinId(BailoutId ast_id);

Completed in 105 milliseconds