HomeSort by relevance Sort by last modified time
    Searched refs:RegExpImpl (Results 1 - 25 of 25) sorted by null

  /external/v8/src/regexp/
jsregexp-inl.h 19 RegExpImpl::GlobalCache::~GlobalCache() {
28 int32_t* RegExpImpl::GlobalCache::FetchNext() {
43 num_matches_ = RegExpImpl::AtomExecRaw(regexp_,
58 num_matches_ = RegExpImpl::IrregexpExecRaw(regexp_,
74 int32_t* RegExpImpl::GlobalCache::LastSuccessfulMatch() {
interpreter-irregexp.h 19 static RegExpImpl::IrregexpResult Match(Isolate* isolate,
interpreter-irregexp.cc 153 static RegExpImpl::IrregexpResult RawMatch(Isolate* isolate,
177 return RegExpImpl::RE_FAILURE;
180 return RegExpImpl::RE_EXCEPTION;
187 return RegExpImpl::RE_EXCEPTION;
194 return RegExpImpl::RE_EXCEPTION;
244 return RegExpImpl::RE_FAILURE;
246 return RegExpImpl::RE_SUCCESS;
588 RegExpImpl::IrregexpResult IrregexpInterpreter::Match(
jsregexp.cc 134 MaybeHandle<Object> RegExpImpl::Compile(Handle<JSRegExp> re,
195 MaybeHandle<Object> RegExpImpl::Exec(Handle<JSRegExp> regexp,
215 void RegExpImpl::AtomCompile(Handle<JSRegExp> re,
232 RegExpImpl::SetLastCaptureCount(array, 2);
233 RegExpImpl::SetLastSubject(array, subject);
234 RegExpImpl::SetLastInput(array, subject);
235 RegExpImpl::SetCapture(array, 0, from);
236 RegExpImpl::SetCapture(array, 1, to);
240 int RegExpImpl::AtomExecRaw(Handle<JSRegExp> regexp,
259 return RegExpImpl::RE_FAILURE
    [all...]
jsregexp.h 23 class RegExpImpl {
    [all...]
  /external/v8/src/runtime/
runtime-regexp.cc 463 RegExpImpl::SetLastMatchInfo(last_match_info, subject, 0, match_indices);
495 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate);
544 RegExpImpl::SetLastMatchInfo(last_match_info, subject, capture_count,
569 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate);
613 RegExpImpl::SetLastMatchInfo(last_match_info, subject, capture_count,
781 isolate, RegExpImpl::Exec(regexp, subject, index, last_match_info));
866 RegExpImpl::SetLastMatchInfo(last_match_array, subject, capture_count,
873 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate);
    [all...]
runtime-strings.cc 339 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate);
361 RegExpImpl::SetLastMatchInfo(regexp_info, subject, capture_count,
    [all...]
  /external/v8/test/fuzzer/
regexp.cc 21 USE(i::RegExpImpl::Exec(regexp, subject, 0, results_array));
  /external/v8/test/mjsunit/regress/
regress-regexp-codeflush.js 31 // internally calls RegExpImpl::IrregexpExecOnce more than once without
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc     [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc     [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc     [all...]
  /external/v8/src/s390/
code-stubs-s390.cc     [all...]
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 649 __ sub(eax, Immediate(RegExpImpl::kLastMatchOverhead));
657 __ mov(FieldOperand(ebx, RegExpImpl::kLastCaptureCountOffset), edx);
662 __ mov(FieldOperand(ebx, RegExpImpl::kLastSubjectOffset), eax);
663 __ RecordWriteField(ebx, RegExpImpl::kLastSubjectOffset, eax, edi,
666 __ mov(FieldOperand(ebx, RegExpImpl::kLastInputOffset), eax);
667 __ RecordWriteField(ebx, RegExpImpl::kLastInputOffset, eax, edi,
691 RegExpImpl::kFirstCaptureOffset),
    [all...]
  /external/v8/src/
objects-debug.cc 797 bool is_native = RegExpImpl::UsesNativeRegExp();
    [all...]
objects.cc     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 4604 milliseconds