Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-interpreter.cc150 pc_last_input_index_(zone->NewArray<int>(bytecode.length()), in NfaInterpreter()
161 std::fill(pc_last_input_index_.begin(), pc_last_input_index_.end(), -1); in NfaInterpreter()
301 // TODO(mbid,v8:10765): Can we get around resetting `pc_last_input_index_` in FindNextMatch()
304 // pc_last_input_index_[pc] < input_index_ in FindNextMatch()
309 // pc_last_input_index_[k] <= input_index_ in FindNextMatch()
313 std::fill(pc_last_input_index_.begin(), pc_last_input_index_.end(), -1); in FindNextMatch()
443 // `input_char` so that `pc_last_input_index_` is updated correctly.
502 DCHECK_LE(pc_last_input_index_[p in IsPcProcessed()
533 base::Vector<int> pc_last_input_index_; global() member in v8::internal::__anon14958::NfaInterpreter
[all...]

Completed in 2 milliseconds