Searched refs:ThenId (Results 1 – 3 of 3) sorted by relevance
917 PrepareForBailoutForId(stmt->ThenId(), BailoutState::NO_REGISTERS); in VisitIfStatement()927 PrepareForBailoutForId(stmt->ThenId(), BailoutState::NO_REGISTERS); in VisitIfStatement()1450 PrepareForBailoutForId(expr->ThenId(), BailoutState::NO_REGISTERS); in VisitConditional()
1135 BailoutId ThenId() const { return BailoutId(local_id(1)); } in ThenId() function2377 BailoutId ThenId() const { return BailoutId(local_id(0)); } in ThenId() function
4937 Add<HSimulate>(stmt->ThenId()); in VisitIfStatement()4956 cond_true->SetJoinId(stmt->ThenId()); in VisitIfStatement()5734 cond_true->SetJoinId(expr->ThenId()); in VisitConditional()