Lines Matching refs:regexp
7 #include "src/regexp/regexp-interpreter.h"
13 #include "src/objects/js-regexp-inl.h"
15 #include "src/regexp/regexp-bytecodes.h"
16 #include "src/regexp/regexp-macro-assembler.h"
17 #include "src/regexp/regexp-stack.h" // For kMaximumStackSize.
18 #include "src/regexp/regexp.h"
296 // restart regexp matching with the appropriate template instantiation of
1057 Isolate* isolate, JSRegExp regexp, String subject_string,
1060 if (FLAG_regexp_tier_up) regexp.TierUpTick();
1063 ByteArray code_array = ByteArray::cast(regexp.bytecode(is_one_byte));
1064 int total_register_count = regexp.max_register_count();
1068 start_position, call_origin, regexp.backtrack_limit());
1122 RegExp::CallOrigin call_origin, Isolate* isolate, Address regexp) {
1133 JSRegExp regexp_obj = JSRegExp::cast(Object(regexp));
1148 Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject_string,
1150 return Match(isolate, *regexp, *subject_string, output_registers,