[Tizen] Fix calculation of method count for modules
authorGleb Balykov <g.balykov@samsung.com>
Wed, 22 Jun 2022 19:33:48 +0000 (22:33 +0300)
committerGleb Balykov <g.balykov@samsung.com>
Tue, 27 Sep 2022 12:50:22 +0000 (15:50 +0300)
commitdda87032142ee486bc6e37d8e25a37991c7a49e4
tree6e61ae8ef35b1bc74cfd8ec1f06374fc9cee30cd
parent686bc961f8389193aa0fabdb78ee846d180226eb
[Tizen] Fix calculation of method count for modules

This was a bit out of sync with the way runtime increments methodCount in MulticoreJitRecorder::EncodeModule.
Value of methodCount for module is not used in runtime, but anyway this is a bug and merge of module with itself
without this patch produces different sha256 because counters did not match. After this patch sha256 match.
src/coreclr/tools/mcj-edit/mcj-edit.py