Lines Matching refs:regexp
47 // --log-api, --log-code, --log-gc, and --log-regexp.
60 // --log-regexp
62 // --log-regexp implies --log.
127 V(REG_EXP_TAG, "RegExp") \
230 // Emits a code create event for a RegExp.
262 // ==== Events logged by --log-regexp ====
263 // Regexp compilation and execution events.
265 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
326 // Emits the source code of a regexp. Used by regexp events.
327 void LogRegExpSource(Handle<JSRegExp> regexp);