• Home
  • History
  • Annotate
  • only in /art/runtime/openjdkjvmti/
NameDateSize

..29-Aug-201712 KiB

Android.bp29-Aug-20172 KiB

art_jvmti.h29-Aug-20178.5 KiB

events-inl.h29-Aug-201713.3 KiB

events.cc29-Aug-201713.9 KiB

events.h29-Aug-20178.5 KiB

fixed_up_dex_file.cc29-Aug-20176.1 KiB

fixed_up_dex_file.h29-Aug-20172.9 KiB

include/29-Aug-20174 KiB

jvmti_allocator.h29-Aug-20175.1 KiB

jvmti_weak_table-inl.h29-Aug-201713.4 KiB

jvmti_weak_table.h29-Aug-20178.1 KiB

MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION29-Aug-20170

NOTICE29-Aug-20171.4 KiB

object_tagging.cc29-Aug-20172.4 KiB

object_tagging.h29-Aug-20172.9 KiB

OpenjdkJvmTi.cc29-Aug-201772 KiB

README.md29-Aug-2017297

ti_class.cc29-Aug-201737.1 KiB

ti_class.h29-Aug-20173.7 KiB

ti_class_definition.cc29-Aug-20177.7 KiB

ti_class_definition.h29-Aug-20174.1 KiB

ti_class_loader.cc29-Aug-20179.3 KiB

ti_class_loader.h29-Aug-20174 KiB

ti_dump.cc29-Aug-20172.9 KiB

ti_dump.h29-Aug-20171.9 KiB

ti_field.cc29-Aug-20176.4 KiB

ti_field.h29-Aug-20172.7 KiB

ti_heap.cc29-Aug-201757.7 KiB

ti_heap.h29-Aug-20172.3 KiB

ti_jni.cc29-Aug-20173.2 KiB

ti_jni.h29-Aug-20172.5 KiB

ti_method.cc29-Aug-201713.3 KiB

ti_method.h29-Aug-20173.4 KiB

ti_monitor.cc29-Aug-20178.3 KiB

ti_monitor.h29-Aug-20172.3 KiB

ti_object.cc29-Aug-20172.7 KiB

ti_object.h29-Aug-20171.9 KiB

ti_phase.cc29-Aug-20175.6 KiB

ti_phase.h29-Aug-20172.3 KiB

ti_properties.cc29-Aug-20178.4 KiB

ti_properties.h29-Aug-20172.1 KiB

ti_redefine.cc29-Aug-201763.3 KiB

ti_redefine.h29-Aug-201710.9 KiB

ti_search.cc29-Aug-201710.3 KiB

ti_search.h29-Aug-20172 KiB

ti_stack.cc29-Aug-201725.4 KiB

ti_stack.h29-Aug-20173.1 KiB

ti_thread.cc29-Aug-201721.3 KiB

ti_thread.h29-Aug-20172.8 KiB

ti_threadgroup.cc29-Aug-20179.7 KiB

ti_threadgroup.h29-Aug-20172.5 KiB

ti_timers.cc29-Aug-20173 KiB

ti_timers.h29-Aug-20172 KiB

transform.cc29-Aug-20175.3 KiB

transform.h29-Aug-20172.6 KiB

README.md

1openjdkjvmti plugin
2====
3
4This is a partial implementation of the JVMTI v1.2 interface for the android
5runtime as a plugin. This allows the use of agents that can modify the running
6state of the program by modifying dex files in memory and performing other
7operations on the global runtime state.
8