simpleperf: don't hide jni methods after art_jni_trampoline.

Art jni methods are all called after art_jni_trampoline. We can
show them by not hiding methods directly called by art_jni_trampoline.

Also add test checking if art jni methods are called by
art_jni_trampoline.

Bug: 169799020
Test: run simpleperf_unit_test
Change-Id: Ia6c144b478b2397e2e4dc4eeedd37ec74920e9c3
5 files changed