Home
last modified time | relevance | path

Searched refs:ControlScopeForIteration (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h43 class ControlScopeForIteration; variable
Dbytecode-generator.cc276 class BytecodeGenerator::ControlScopeForIteration final class in v8::internal::interpreter::BytecodeGenerator
279 ControlScopeForIteration(BytecodeGenerator* generator, in ControlScopeForIteration() function in v8::internal::interpreter::BytecodeGenerator::ControlScopeForIteration
287 ~ControlScopeForIteration() { generator()->loop_depth_--; } in ~ControlScopeForIteration()
1169 ControlScopeForIteration execution_control(this, stmt, loop_builder); in VisitIterationBody()
/external/v8/src/compiler/
Dast-graph-builder.h73 class ControlScopeForIteration; variable
Dast-graph-builder.cc240 class AstGraphBuilder::ControlScopeForIteration : public ControlScope { class in v8::internal::compiler::AstGraphBuilder
242 ControlScopeForIteration(AstGraphBuilder* owner, IterationStatement* target, in ControlScopeForIteration() function in v8::internal::compiler::AstGraphBuilder::ControlScopeForIteration
2102 ControlScopeForIteration scope(this, stmt, loop); in VisitIterationBody()