I'm out on parental leave until ~early Nov, if you could file a bug for these specifically and assign them to me that'd be helpful so I don't lose track of this. For sequence checking I've been doing some speedup work as part of
crbug.com/1372121 which is a catch-all bug for DCHECK-build performance. There's still probably significant improvements that can be done until sequence checking stops showing up in DCHECK-build profiling in the wild, then we could reasonably apply them elsewhere.
Either file one bug per desired macro to have a CHECK_ equivalent or one for path/to/your/area/of/ownership can't stop using DCHECK due to these macros missing a CHECK equivalent, which will either be resolved with new guidance to avoid these specifically or new macros that you'd reasonably be able to use.