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/
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()
313 std::fill(pc_last_input_index_.begin(), pc_last_input_index_.end(), -1); in FindNextMatch()
502 DCHECK_LE(pc_last_input_index_[pc], input_index_); in IsPcProcessed()
503 return pc_last_input_index_[pc] == input_index_; in IsPcProcessed()
509 DCHECK_LE(pc_last_input_index_[pc], input_index_); in MarkPcProcessed()
510 pc_last_input_index_[pc] = input_index_; in MarkPcProcessed()
533 base::Vector<int> pc_last_input_index_; member in v8::internal::__anon4175da610111::NfaInterpreter