Home | History | Annotate | Download | only in arm

Lines Matching full:regexp

7 #include "src/regexp/arm/regexp-macro-assembler-arm.h"
13 #include "src/regexp/regexp-macro-assembler.h"
14 #include "src/regexp/regexp-stack.h"
24 * for a global regexp.
34 * RegExp registers.
87 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
90 * area is overwritten with the LR register by the RegExp code. When doing a
697 // Global regexp restarts matching here.
704 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
819 // Skip sp past regexp registers and local variables..
883 code_desc, Code::ComputeFlags(Code::REGEXP), masm_->CodeObject());
990 // On RegExp code entry (where this operation is used), the character before
1043 // RegExp code frame pointer.