Searched refs:in_cache (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dlog.h309 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
H A Dlog.cc1022 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { argument
1027 msg.Append(in_cache ? ",hit" : ",miss");
H A Djsregexp.cc166 bool in_cache = maybe_cached.ToHandle(&cached); local
167 LOG(isolate, RegExpCompileEvent(re, in_cache));
170 if (in_cache) {

Completed in 2890 milliseconds