Make simple-force-redefine search all loaded classes

The agent would previously only be capable of redefining classes in
the system-class-loader. This is an annoying restriction so it was
removed by having the agent check all loaded classes for the class to
be redefined.

Test: adb shell am attach-agent $(adb shell pidof com.antonioleiva.bandhookkotlin) /data/local/tmp/libforceredefine.so=/data/local/tmp/classlist
Change-Id: I8a5266824346b3efe0a9e050b64efc3adb5ed94d
1 file changed