Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen.h785 : info_(info), owner_(owner), next_(owner->break_scope()) { in BreakAndContinueScope()
810 BreakAndContinueScope* break_scope() const { return break_scope_; } in break_scope() function
Dhydrogen.cc2818 HBasicBlock* continue_block = break_scope()->Get(stmt->target(), in VisitContinueStatement()
2832 HBasicBlock* break_block = break_scope()->Get(stmt->target(), in VisitBreakStatement()