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

/external/v8/src/
H A Djsregexp.h1189 class DeferredAction { class in class:v8::internal::Trace
1191 DeferredAction(ActionNode::Type type, int reg) function in class:v8::internal::Trace::DeferredAction
1193 DeferredAction* next() { return next_; }
1200 DeferredAction* next_;
1204 class DeferredCapture : public DeferredAction {
1207 : DeferredAction(ActionNode::STORE_POSITION, reg),
1218 class DeferredSetRegister : public DeferredAction {
1221 : DeferredAction(ActionNode::SET_REGISTER, reg),
1228 class DeferredClearCaptures : public DeferredAction {
1231 : DeferredAction(ActionNod
[all...]
H A Djsregexp.cc926 bool Trace::DeferredAction::Mentions(int that) {
937 for (DeferredAction* action = actions_;
949 for (DeferredAction* action = actions_;
967 for (DeferredAction* action = actions_;
1029 for (DeferredAction* action = actions_;

Completed in 56 milliseconds