Lines Matching full:regexp
7 #include "src/regexp/mips/regexp-macro-assembler-mips.h"
12 #include "src/regexp/regexp-macro-assembler.h"
13 #include "src/regexp/regexp-stack.h"
23 * for a global regexp.
33 * RegExp registers.
86 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
89 * area is overwritten with the ra register by the RegExp code. When doing a
297 // Put regexp engine registers on stack.
336 // Restore regexp engine registers.
694 // Global regexp restarts matching here.
701 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
821 // Skip sp past regexp registers and local variables..
838 // Put regexp engine registers on stack.
858 // Put regexp engine registers on stack first.
872 // Restore regexp registers.
897 code_desc, Code::ComputeFlags(Code::REGEXP), masm_->CodeObject());
1026 // On RegExp code entry (where this operation is used), the character before