Home
last modified time | relevance | path

Searched refs:actions_ (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc49 actions_.push_back(Action(Action::DUPLICATE, *result, fd)); in Duplicate()
54 actions_.push_back(Action(Action::MOVE, src, dest)); in Move()
58 void Close(int fd) override { actions_.push_back(Action(Action::CLOSE, fd)); } in Close()
60 const std::vector<Action>& actions() const { return actions_; } in actions()
64 std::vector<Action> actions_; member in base::InjectionTracer
/external/v8/src/regexp/
Djsregexp.h1291 actions_(nullptr), in Trace()
1306 DeferredAction* actions() { return actions_; } in actions()
1318 return backtrack_ == nullptr && actions_ == nullptr && cp_offset_ == 0 && in is_trivial()
1340 new_action->next_ = actions_; in add_action()
1341 actions_ = new_action; in add_action()
1368 DeferredAction* actions_; variable
Djsregexp.cc1111 for (DeferredAction* action = actions_; action != nullptr; in mentions_reg()
1122 for (DeferredAction* action = actions_; action != nullptr; in GetStoredPosition()
1140 for (DeferredAction* action = actions_; action != nullptr; in FindAffectedRegisters()
1204 for (DeferredAction* action = actions_; action != nullptr; in PerformDeferredActions()
1312 if (actions_ == nullptr && backtrack() == nullptr) { in Flush()