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

  /external/v8/src/regexp/
jsregexp-inl.h 27 int32_t* RegExpImpl::GlobalCache::FetchNext() {
jsregexp.h 150 V8_INLINE int32_t* FetchNext();
    [all...]
  /external/v8/src/runtime/
runtime-regexp.cc 642 int32_t* current_match = global_cache.FetchNext();
678 current_match = global_cache.FetchNext();
715 int32_t* current_match = global_cache.FetchNext();
751 current_match = global_cache.FetchNext();
    [all...]

Completed in 125 milliseconds