Searched refs:in_cache (Results 1 – 3 of 3) sorted by relevance
268 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
702 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { in RegExpCompileEvent() argument707 msg.Append(in_cache ? ",hit\n" : ",miss\n"); in RegExpCompileEvent()
121 bool in_cache = !cached.is_null(); in Compile() local122 LOG(isolate, RegExpCompileEvent(re, in_cache)); in Compile()125 if (in_cache) { in Compile()