Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h295 actions_(nullptr), in Trace()
310 DeferredAction* actions() { return actions_; } in actions()
322 return backtrack_ == nullptr && actions_ == nullptr && cp_offset_ == 0 && in is_trivial()
344 new_action->next_ = actions_; in add_action()
345 actions_ = new_action; in add_action()
369 DeferredAction* actions_; member in v8::internal::Trace
H A Dregexp-compiler.cc305 for (DeferredAction* action = actions_; action != nullptr; in mentions_reg()
314 for (DeferredAction* action = actions_; action != nullptr; in GetStoredPosition()
364 for (DeferredAction* action = actions_; action != nullptr; in FindAffectedRegisters()
424 for (DeferredAction* action = actions_; action != nullptr; in PerformDeferredActions()
530 if (actions_ == nullptr && backtrack() == nullptr) { in Flush()

Completed in 11 milliseconds