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

  /external/chromium_org/v8/src/
jsregexp-inl.h 19 RegExpImpl::GlobalCache::~GlobalCache() {
28 int32_t* RegExpImpl::GlobalCache::FetchNext() {
71 int32_t* RegExpImpl::GlobalCache::LastSuccessfulMatch() {
jsregexp.h 128 class GlobalCache {
130 GlobalCache(Handle<JSRegExp> regexp,
135 INLINE(~GlobalCache());
    [all...]
jsregexp.cc 685 RegExpImpl::GlobalCache::GlobalCache(Handle<JSRegExp> regexp,
    [all...]

Completed in 385 milliseconds