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

  /external/v8/src/
log.h 268 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
log.cc 702 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) {
707 msg.Append(in_cache ? ",hit\n" : ",miss\n");
    [all...]
jsregexp.cc 121 bool in_cache = !cached.is_null(); local
122 LOG(isolate, RegExpCompileEvent(re, in_cache));
125 if (in_cache) {
    [all...]

Completed in 285 milliseconds