Searched refs:actions_ (Results 1 – 3 of 3) sorted by relevance
52 actions_.push_back(Action(Action::DUPLICATE, *result, fd)); in Duplicate()57 actions_.push_back(Action(Action::MOVE, src, dest)); in Move()62 actions_.push_back(Action(Action::CLOSE, fd)); in Close()65 const std::vector<Action>& actions() const { return actions_; } in actions()69 std::vector<Action> actions_; member in InjectionTracer
1184 actions_(NULL), in Trace()1199 DeferredAction* actions() { return actions_; } in actions()1212 actions_ == NULL && in is_trivial()1237 new_action->next_ = actions_; in add_action()1238 actions_ = new_action; in add_action()1263 DeferredAction* actions_; variable
801 for (DeferredAction* action = actions_; in mentions_reg()813 for (DeferredAction* action = actions_; in GetStoredPosition()831 for (DeferredAction* action = actions_; in FindAffectedRegisters()893 for (DeferredAction* action = actions_; in PerformDeferredActions()1002 if (actions_ == NULL && backtrack() == NULL) { in Flush()