Home
last modified time | relevance | path

Searched refs:StackCheckId (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dast.h727 virtual BailoutId StackCheckId() const = 0;
763 virtual BailoutId StackCheckId() const V8_OVERRIDE { return back_edge_id_; } in StackCheckId() function
800 virtual BailoutId StackCheckId() const V8_OVERRIDE { return body_id_; } in StackCheckId() function
847 virtual BailoutId StackCheckId() const V8_OVERRIDE { return body_id_; } in StackCheckId() function
934 virtual BailoutId StackCheckId() const V8_OVERRIDE { return body_id_; } in StackCheckId() function
1002 virtual BailoutId StackCheckId() const V8_OVERRIDE { return BackEdgeId(); } in StackCheckId() function
Dhydrogen.cc4861 Add<HSimulate>(stmt->StackCheckId()); in VisitLoopBody()