Home
last modified time | relevance | path

Searched refs:RegExpCompileEvent (Results 1 – 6 of 6) 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() function in v8::internal::Logger
Djsregexp.cc122 LOG(isolate, RegExpCompileEvent(re, in_cache)); in Compile()
/external/chromium_org/v8/src/
Dlog.h341 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
Dlog.cc1184 void Logger::RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache) { in RegExpCompileEvent() function in v8::internal::Logger
Djsregexp.cc178 LOG(isolate, RegExpCompileEvent(re, in_cache)); in Compile()