diff options
author | 2025-01-13 11:04:09 +0000 | |
---|---|---|
committer | 2025-01-13 07:23:36 -0800 | |
commit | 3ed57492856b5f882d05bacce0f8b33954d0c66e (patch) | |
tree | c5c79920c76ad30e27b9bae9bbed7647627da3a3 /disassembler/disassembler_arm.h | |
parent | 456ffe56e21360eb79529562e45f34390c098d16 (diff) |
verifier: Minor clean up of hard error reporting.
Move last failure check from `CodeFlowVerifyInstruction()`
to the caller. Move the "Rejecting opcode" message as well
and guard it with `if (kVerifierDebug)` as most other info
messages - it's not very important as we get the dex pc in
the main failure message anyway.
Adjust failure messages that relate to the `kContinue` flag
to make it clear that the failing instruction itself was OK.
Note that these shall now go through the last failure check
and info message in the caller.
Simplify `check-cast`/`instance-of` failure printing.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Change-Id: If2ec8dee50d6cf6d5ac7969367a838b7fe9702ce
Diffstat (limited to 'disassembler/disassembler_arm.h')
0 files changed, 0 insertions, 0 deletions