Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-interpreter.cc153 blocked_threads_(0, zone), in NfaInterpreter()
316 for (InterpreterThread t : blocked_threads_) { in FindNextMatch()
319 blocked_threads_.DropAndClear(); in FindNextMatch()
344 // `blocked_threads_` is empty. in FindNextMatch()
346 !(FoundMatch() && blocked_threads_.is_empty())) { in FindNextMatch()
357 // We unblock all blocked_threads_ by feeding them the input char. in FindNextMatch()
370 // pushed on `blocked_threads_`.
381 blocked_threads_.Add(t, zone_); in RunActiveThread()
433 // `active_threads_` is empty afterwards. `blocked_threads_` are sorted from
441 // Unblock all blocked_threads_ b
542 ZoneList<InterpreterThread> blocked_threads_; global() member in v8::internal::__anon14958::NfaInterpreter
[all...]

Completed in 2 milliseconds