HomeSort by relevance Sort by last modified time
    Searched refs:RegExpImpl (Results 1 - 22 of 22) 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_,
55 num_matches_ = RegExpImpl::IrregexpExecRaw(regexp_,
71 int32_t* RegExpImpl::GlobalCache::LastSuccessfulMatch() {
interpreter-irregexp.h 18 static RegExpImpl::IrregexpResult Match(Isolate* isolate,
interpreter-irregexp.cc 157 static RegExpImpl::IrregexpResult RawMatch(Isolate* isolate,
181 return RegExpImpl::RE_FAILURE;
184 return RegExpImpl::RE_EXCEPTION;
191 return RegExpImpl::RE_EXCEPTION;
198 return RegExpImpl::RE_EXCEPTION;
248 return RegExpImpl::RE_FAILURE;
250 return RegExpImpl::RE_SUCCESS;
586 RegExpImpl::IrregexpResult IrregexpInterpreter::Match(
jsregexp.cc 127 MaybeHandle<Object> RegExpImpl::Compile(Handle<JSRegExp> re,
189 MaybeHandle<Object> RegExpImpl::Exec(Handle<JSRegExp> regexp,
209 void RegExpImpl::AtomCompile(Handle<JSRegExp> re,
226 RegExpImpl::SetLastCaptureCount(array, 2);
227 RegExpImpl::SetLastSubject(array, subject);
228 RegExpImpl::SetLastInput(array, subject);
229 RegExpImpl::SetCapture(array, 0, from);
230 RegExpImpl::SetCapture(array, 1, to);
234 int RegExpImpl::AtomExecRaw(Handle<JSRegExp> regexp,
253 return RegExpImpl::RE_FAILURE
    [all...]
jsregexp.h 22 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, true, isolate);
544 RegExpImpl::SetLastMatchInfo(last_match_info, subject, capture_count,
571 RegExpImpl::GlobalCache global_cache(regexp, subject, true, isolate);
615 RegExpImpl::SetLastMatchInfo(last_match_info, subject, capture_count,
786 RegExpImpl::Exec(regexp, subject, index, last_match_info));
872 RegExpImpl::SetLastMatchInfo(last_match_array, subject, capture_count,
879 RegExpImpl::GlobalCache global_cache(regexp, subject, true, isolate);
    [all...]
runtime-strings.cc 344 RegExpImpl::GlobalCache global_cache(regexp, subject, true, isolate);
366 RegExpImpl::SetLastMatchInfo(regexp_info, subject, capture_count,
    [all...]
  /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/x64/
code-stubs-x64.cc     [all...]
  /external/v8/src/x87/
code-stubs-x87.cc     [all...]
  /external/v8/src/
objects-debug.cc 802 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 

Completed in 340 milliseconds