Home
last modified time | relevance | path

Searched refs:loop_scope (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h500 void set_current_loop_scope(LoopScope* loop_scope) { in set_current_loop_scope() argument
501 current_loop_scope_ = loop_scope; in set_current_loop_scope()
H A Dbytecode-generator.cc2257 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()
3326 LoopScope loop_scope(this, &loop_builder); in BuildFillArrayWithIterator()
4857 LoopScope loop_scope(this, &loop_builder); in VisitYieldStar()
/third_party/node/deps/v8/src/execution/
H A Disolate.h410 HandleScope loop_scope(for_with_handle_isolate); \
421 HandleScope loop_scope(for_with_handle_isolate); \
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h5713 typename FunctionState::LoopScope loop_scope(function_state_); in ParseDoWhileStatement()
5752 typename FunctionState::LoopScope loop_scope(function_state_); in ParseWhileStatement()
6001 typename FunctionState::LoopScope loop_scope(function_state_); in ParseForStatement()
6342 typename FunctionState::LoopScope loop_scope(function_state_); in ParseForAwaitStatement()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc797 slow_storage = loop_scope.CloseAndEscape(new_storage); in SetDictionaryMode()
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc493 GraphAssembler::LoopScope<kPhiRepresentation> loop_scope(gasm_); in Do()
495 auto loop_header = loop_scope.loop_header_label(); in Do()
563 loop_scope(gasm_); in Value()
565 auto loop_header = loop_scope.loop_header_label(); in Value()

Completed in 44 milliseconds