CodeGen: Move definition of some methods to .cc files
For performance, we'd like to define simple methods in class definitions, but it is difficult for some methods because they need forward-declared classes' definitions. This CL moves definitions of such methods from .h to .cc. Bug: 839389 Change-Id: I8ef040191e6a5c0f30961b43667af200494cb995 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2255729 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#782900}
Showing
Please register or sign in to comment