Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc100 : generator_(generator), outer_(generator->execution_control()), in ControlScope()
243 execution_control()->PerformCommand(entry.command, entry.statement, in ApplyDeferredCommands()
261 execution_control()->PerformCommand(entry.command, entry.statement, in ApplyDeferredCommands()
270 ControlScope* execution_control() { return generator_->execution_control(); } in execution_control() function in v8::internal::interpreter::BytecodeGenerator::ControlScope::DeferredCommands
1177 ControlScopeForBreakable execution_control(this, stmt, &block_builder); in VisitBlockDeclarationsAndStatements() local
1389 execution_control()->Continue(stmt->target()); in VisitContinueStatement()
1395 execution_control()->Break(stmt->target()); in VisitBreakStatement()
1403 execution_control()->AsyncReturnAccumulator(stmt->end_position()); in VisitReturnStatement()
1405 execution_control()->ReturnAccumulator(stmt->end_position()); in VisitReturnStatement()
1470 ControlScopeForIteration execution_control(this, stmt, loop_builder); in VisitIterationBody() local
[all …]
Dbytecode-generator.h309 inline ControlScope* execution_control() const { return execution_control_; } in execution_control() function