Home
last modified time | relevance | path

Searched refs:LoopScope (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h76 class LoopScope; variable
499 LoopScope* current_loop_scope() const { return current_loop_scope_; } in current_loop_scope()
500 void set_current_loop_scope(LoopScope* loop_scope) { in set_current_loop_scope()
547 LoopScope* current_loop_scope_;
Dbytecode-generator.cc1049 class V8_NODISCARD BytecodeGenerator::LoopScope final { class in v8::internal::interpreter::BytecodeGenerator
1051 explicit LoopScope(BytecodeGenerator* bytecode_generator, LoopBuilder* loop) in LoopScope() function in v8::internal::interpreter::BytecodeGenerator::LoopScope
1060 ~LoopScope() { in ~LoopScope()
1071 LoopScope* const parent_loop_scope_;
2257 LoopScope loop_scope(this, &loop_builder); in VisitDoWhileStatement()
2260 LoopScope loop_scope(this, &loop_builder); in VisitDoWhileStatement()
2278 LoopScope loop_scope(this, &loop_builder); in VisitWhileStatement()
2301 LoopScope loop_scope(this, &loop_builder); in VisitForStatement()
2347 LoopScope loop_scope(this, &loop_builder); in VisitForInStatement()
2420 LoopScope loop_scope(this, &loop_builder); in VisitForOfStatement()
[all …]
/third_party/node/deps/v8/src/compiler/
Dgraph-assembler.h450 class V8_NODISCARD LoopScope final {
473 explicit LoopScope(GraphAssembler* gasm) in LoopScope() function
484 ~LoopScope() { in ~LoopScope()
Djs-call-reducer.cc493 GraphAssembler::LoopScope<kPhiRepresentation> loop_scope(gasm_); in Do()
562 GraphAssembler::LoopScope<kPhiRepresentation, kPhiRepresentation> in Value()
/third_party/node/deps/v8/src/parsing/
Dparser-base.h488 class V8_NODISCARD LoopScope final {
490 explicit LoopScope(FunctionState* function_state) in LoopScope() function
495 ~LoopScope() { function_state_->loop_nesting_depth_--; } in ~LoopScope()
5711 typename FunctionState::LoopScope loop_scope(function_state_); in ParseDoWhileStatement()
5750 typename FunctionState::LoopScope loop_scope(function_state_); in ParseWhileStatement()
5999 typename FunctionState::LoopScope loop_scope(function_state_); in ParseForStatement()
6340 typename FunctionState::LoopScope loop_scope(function_state_); in ParseForAwaitStatement()