Searched refs:RegExpCompileEvent (Results 1 – 3 of 3) sorted by relevance
304 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
1011 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { in RegExpCompileEvent() function in v8::internal::Logger
137 LOG(isolate, RegExpCompileEvent(re, in_cache)); in Compile()