Lines Matching refs:regexp
5 #include "src/regexp/regexp-macro-assembler.h"
12 #include "src/regexp/regexp-stack.h"
13 #include "src/regexp/special-case.h"
120 // of whether the regexp IsUnicode or not; translate the marker value here.
354 // code cannot be used, and we need to restart regexp matching from
368 int NativeRegExpMacroAssembler::Match(Handle<JSRegExp> regexp,
377 // No allocations before calling the regexp, but we can't use
412 offsets_vector_length, isolate, *regexp);
419 JSRegExp regexp) {
421 output_size, isolate, regexp);
431 int* output, int output_size, Isolate* isolate, JSRegExp regexp) {
435 Code code = FromCodeT(CodeT::cast(regexp.code(is_one_byte)));
442 Isolate* isolate, Address regexp);
446 output, output_size, call_origin, isolate, regexp.ptr());