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

/external/chromium_org/v8/src/
H A Djsregexp.h994 class NegativeSubmatchSuccess: public EndNode { class in namespace:v8::internal
996 NegativeSubmatchSuccess(int stack_pointer_reg, function in class:v8::internal::NegativeSubmatchSuccess
H A Djsregexp.cc1414 void NegativeSubmatchSuccess::Emit(RegExpCompiler* compiler, Trace* trace) {
5145 // NegativeSubmatchSuccess will unwind the stack including everything the
5156 success = new(zone) NegativeSubmatchSuccess(stack_pointer_register,

Completed in 560 milliseconds