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

/external/v8/src/interpreter/
H A Dbytecode-generator.h40 class ControlScopeForIteration;
H A Dbytecode-generator.cc260 class BytecodeGenerator::ControlScopeForIteration final
263 ControlScopeForIteration(BytecodeGenerator* generator, function in class:v8::internal::interpreter::final
988 ControlScopeForIteration execution_control(this, stmt, loop_builder);
1181 ControlScopeForIteration control_scope(this, stmt, &loop_builder);
/external/v8/src/compiler/
H A Dast-graph-builder.h70 class ControlScopeForIteration;
H A Dast-graph-builder.cc327 class AstGraphBuilder::ControlScopeForIteration : public ControlScope { class in class:v8::internal::compiler::AstGraphBuilder
329 ControlScopeForIteration(AstGraphBuilder* owner, IterationStatement* target, function in class:v8::internal::compiler::AstGraphBuilder::ControlScopeForIteration
3015 ControlScopeForIteration scope(this, stmt, loop);

Completed in 97 milliseconds