Add std::move in SetHandlerDexPcList

Based on the comment in
https://android-review.git.corp.google.com/c/platform/art/+/2253915/3/runtime/quick_exception_handler.h#b114
we need to add a std::move to avoid a copy.

Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b
Change-Id: Ife4f77dbed0effa4760f6f06c63d85e46efc8ecb
1 file changed