Home | History | Annotate | Download | only in x64

Lines Matching full:regexp

36 #include "regexp-stack.h"
38 #include "regexp-macro-assembler.h"
39 #include "x64/regexp-macro-assembler-x64.h"
51 * for a global regexp.
59 * RegExp registers.
70 * kRootRegister) aren't special during execution of RegExp code (they don't
91 * - success counter (only useful for global regexp to count matches)
711 __ push(Immediate(0)); // Number of successful matches in a global regexp.
786 // Global regexp restarts matching here.
1003 code_desc, Code::ComputeFlags(Code::REGEXP),
1103 // On RegExp code entry (where this operation is used), the character before
1160 // Third argument: RegExp code frame pointer.
1166 // Third argument: RegExp code frame pointer.
1199 // If this is a direct call from JavaScript retry the RegExp forcing the call
1245 // code cannot be used, and we need to restart regexp matching from
1268 // addresses in the RegExp stack frame to match the new value.