Home
last modified time | relevance | path

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

/external/v8/src/
Dlog.h268 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
Dlog.cc702 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { in RegExpCompileEvent() argument
707 msg.Append(in_cache ? ",hit\n" : ",miss\n"); in RegExpCompileEvent()
Djsregexp.cc121 bool in_cache = !cached.is_null(); in Compile() local
122 LOG(isolate, RegExpCompileEvent(re, in_cache)); in Compile()
125 if (in_cache) { in Compile()