Fix code for bugprone-argument-comment clang-tidy warning

After clang-r498229, we got the below error:

art/runtime/instrumentation.cc:723:29: error: argument name 'force_deopt' in comment
  does not match parameter name 'deopt_all_frames' [bugprone-argument-comment,-warnings-as-errors]
  InstrumentAllThreadStacks(/* force_deopt= */ true);
                            ^

Bug: 285008446
Test: build with WITH_TIDY=1
Change-Id: Iddc9e4574cc6402d102bdcf6b5941fe7f6630bd2
4 files changed