Searched refs:execution_control (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-generator.h | 111 inline ControlScope* execution_control() const { return execution_control_; } in execution_control() function
|
D | bytecode-generator.cc | 84 : generator_(generator), outer_(generator->execution_control()) { in ControlScope() 426 ControlScopeForBreakable execution_control(this, stmt, &block_builder); in VisitBlock() local 616 execution_control()->Continue(stmt->target()); in VisitContinueStatement() 621 execution_control()->Break(stmt->target()); in VisitBreakStatement() 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/ |
D | ast-graph-builder.h | 134 ControlScope* execution_control() const { return execution_control_; } in execution_control() function
|
D | ast-graph-builder.cc | 150 outer_(builder->execution_control()), in ControlScope() 250 owner_->execution_control()->PerformCommand( in ApplyDeferredCommands() 1194 execution_control()->ContinueTo(stmt->target()); in VisitContinueStatement() 1199 execution_control()->BreakTo(stmt->target()); in VisitBreakStatement() 1206 execution_control()->ReturnValue(result); in VisitReturnStatement() 4136 execution_control()->ThrowValue(on_exception); in MakeNode()
|