Searched refs:BackEdgeId (Results 1 – 3 of 3) sorted by relevance
988 PrepareForBailoutForId(stmt->BackEdgeId(), NO_REGISTERS); in VisitDoWhileStatement()1108 PrepareForBailoutForId(stmt->BackEdgeId(), NO_REGISTERS); in VisitForOfStatement()
712 BailoutId StackCheckId() const override { return BackEdgeId(); } in StackCheckId()713 BailoutId BackEdgeId() const { return BailoutId(local_id(1)); } in BackEdgeId() function929 BailoutId StackCheckId() const override { return BackEdgeId(); } in StackCheckId()932 BailoutId BackEdgeId() const { return BailoutId(local_id(0)); } in BackEdgeId() function
5173 body_exit->SetJoinId(stmt->BackEdgeId()); in VisitDoWhileStatement()