Searched refs:StackCheckId (Results 1 – 2 of 2) sorted by relevance
727 virtual BailoutId StackCheckId() const = 0;763 virtual BailoutId StackCheckId() const V8_OVERRIDE { return back_edge_id_; } in StackCheckId() function800 virtual BailoutId StackCheckId() const V8_OVERRIDE { return body_id_; } in StackCheckId() function847 virtual BailoutId StackCheckId() const V8_OVERRIDE { return body_id_; } in StackCheckId() function934 virtual BailoutId StackCheckId() const V8_OVERRIDE { return body_id_; } in StackCheckId() function1002 virtual BailoutId StackCheckId() const V8_OVERRIDE { return BackEdgeId(); } in StackCheckId() function
4861 Add<HSimulate>(stmt->StackCheckId()); in VisitLoopBody()