ART: Conditionally install Dbg class callbacks

Temporary allocations in the dispatch code are unnecessary when they
end up in disabled code. Instead follow the example of the method
inspection callback and only add the callback when the debugger is
actually active.

Test: m test-art-host
Test: atest CtsJdwpTestCases
Change-Id: I750f2df475400147b1d569f463228d436aa3ae5a
2 files changed