Lines Matching refs:regexp
49 // --log-api, --log-code, --log-gc, and --log-regexp.
62 // --log-regexp
64 // --log-regexp implies --log.
128 V(REG_EXP_TAG, "RegExp") \
233 // Emits a code create event for a RegExp.
265 // ==== Events logged by --log-regexp ====
266 // Regexp compilation and execution events.
268 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
329 // Emits the source code of a regexp. Used by regexp events.
330 void LogRegExpSource(Handle<JSRegExp> regexp);