Home
last modified time | relevance | path

Searched defs:execution_control (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h111 inline ControlScope* execution_control() const { return execution_control_; } in execution_control() function
Dbytecode-generator.cc426 ControlScopeForBreakable execution_control(this, stmt, &block_builder); in VisitBlock() local
694 ControlScopeForIteration execution_control(this, stmt, &loop_builder); in VisitDoWhileStatement() local
720 ControlScopeForIteration execution_control(this, stmt, &loop_builder); in VisitWhileStatement() local
744 ControlScopeForIteration execution_control(this, stmt, &loop_builder); in VisitForStatement() local
/external/v8/src/compiler/
Dast-graph-builder.h134 ControlScope* execution_control() const { return execution_control_; } in execution_control() function