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

  /external/chromium_org/v8/src/
jsregexp-inl.h 42 RegExpImpl::GlobalCache::~GlobalCache() {
51 int32_t* RegExpImpl::GlobalCache::FetchNext() {
66 num_matches_ = RegExpImpl::AtomExecRaw(regexp_,
78 num_matches_ = RegExpImpl::IrregexpExecRaw(regexp_,
94 int32_t* RegExpImpl::GlobalCache::LastSuccessfulMatch() {
interpreter-irregexp.h 39 static RegExpImpl::IrregexpResult Match(Isolate* isolate,
interpreter-irregexp.cc 197 static RegExpImpl::IrregexpResult RawMatch(Isolate* isolate,
221 return RegExpImpl::RE_FAILURE;
224 return RegExpImpl::RE_EXCEPTION;
231 return RegExpImpl::RE_EXCEPTION;
238 return RegExpImpl::RE_EXCEPTION;
288 return RegExpImpl::RE_FAILURE;
290 return RegExpImpl::RE_SUCCESS;
613 RegExpImpl::IrregexpResult IrregexpInterpreter::Match(
jsregexp.cc 67 Handle<Object> RegExpImpl::CreateRegExpLiteral(Handle<JSFunction> constructor,
169 Handle<Object> RegExpImpl::Compile(Handle<JSRegExp> re,
232 Handle<Object> RegExpImpl::Exec(Handle<JSRegExp> regexp,
256 void RegExpImpl::AtomCompile(Handle<JSRegExp> re,
273 RegExpImpl::SetLastCaptureCount(array, 2);
274 RegExpImpl::SetLastSubject(array, subject);
275 RegExpImpl::SetLastInput(array, subject);
276 RegExpImpl::SetCapture(array, 0, from);
277 RegExpImpl::SetCapture(array, 1, to);
281 int RegExpImpl::AtomExecRaw(Handle<JSRegExp> regexp
    [all...]
execution.cc 697 Handle<Object> re_obj = RegExpImpl::CreateRegExpLiteral(
objects-debug.cc 754 bool is_native = RegExpImpl::UsesNativeRegExp();
    [all...]
jsregexp.h 45 class RegExpImpl {
    [all...]
runtime.cc     [all...]
  /external/v8/src/
interpreter-irregexp.h 39 static RegExpImpl::IrregexpResult Match(Isolate* isolate,
interpreter-irregexp.cc 190 static RegExpImpl::IrregexpResult RawMatch(Isolate* isolate,
214 return RegExpImpl::RE_FAILURE;
217 return RegExpImpl::RE_EXCEPTION;
224 return RegExpImpl::RE_EXCEPTION;
231 return RegExpImpl::RE_EXCEPTION;
281 return RegExpImpl::RE_FAILURE;
283 return RegExpImpl::RE_SUCCESS;
628 RegExpImpl::IrregexpResult IrregexpInterpreter::Match(
jsregexp.cc 66 Handle<Object> RegExpImpl::CreateRegExpLiteral(Handle<JSFunction> constructor,
114 Handle<Object> RegExpImpl::Compile(Handle<JSRegExp> re,
168 Handle<Object> RegExpImpl::Exec(Handle<JSRegExp> regexp,
192 void RegExpImpl::AtomCompile(Handle<JSRegExp> re,
209 RegExpImpl::SetLastCaptureCount(array, 2);
210 RegExpImpl::SetLastSubject(array, subject);
211 RegExpImpl::SetLastInput(array, subject);
212 RegExpImpl::SetCapture(array, 0, from);
213 RegExpImpl::SetCapture(array, 1, to);
217 Handle<Object> RegExpImpl::AtomExec(Handle<JSRegExp> re
    [all...]
runtime.cc     [all...]
execution.cc 659 Handle<Object> re_obj = RegExpImpl::CreateRegExpLiteral(
objects-debug.cc 608 bool is_native = RegExpImpl::UsesNativeRegExp();
jsregexp.h 44 class RegExpImpl {
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-regexp-codeflush.js 31 // internally calls RegExpImpl::IrregexpExecOnce more than once without
  /external/v8/test/mjsunit/regress/
regress-regexp-codeflush.js 31 // internally calls RegExpImpl::IrregexpExecOnce more than once without
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc     [all...]
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc     [all...]

Completed in 1805 milliseconds