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

  /external/chromium_org/v8/src/
log.h 309 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
log.cc 1022 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) {
1027 msg.Append(in_cache ? ",hit" : ",miss");
    [all...]
jsregexp.cc 166 bool in_cache = maybe_cached.ToHandle(&cached); local
167 LOG(isolate, RegExpCompileEvent(re, in_cache));
170 if (in_cache) {
    [all...]

Completed in 87 milliseconds