Searched refs:LoopScope (Results 1 – 5 of 5) sorted by relevance
76 class LoopScope; variable499 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_;
1049 class V8_NODISCARD BytecodeGenerator::LoopScope final { class in v8::internal::interpreter::BytecodeGenerator1051 explicit LoopScope(BytecodeGenerator* bytecode_generator, LoopBuilder* loop) in LoopScope() function in v8::internal::interpreter::BytecodeGenerator::LoopScope1060 ~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 …]
450 class V8_NODISCARD LoopScope final {473 explicit LoopScope(GraphAssembler* gasm) in LoopScope() function484 ~LoopScope() { in ~LoopScope()
493 GraphAssembler::LoopScope<kPhiRepresentation> loop_scope(gasm_); in Do()562 GraphAssembler::LoopScope<kPhiRepresentation, kPhiRepresentation> in Value()
488 class V8_NODISCARD LoopScope final {490 explicit LoopScope(FunctionState* function_state) in LoopScope() function495 ~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()