Home | History | Annotate | only in /art/runtime/openjdkjvmti
Up to higher level directory
NameDateSize
Android.bp05-Oct-20172K
art_jvmti.h05-Oct-20178.5K
events-inl.h05-Oct-201713.3K
events.cc05-Oct-201713.9K
events.h05-Oct-20178.5K
fixed_up_dex_file.cc05-Oct-20176.1K
fixed_up_dex_file.h05-Oct-20172.9K
include/05-Oct-2017
jvmti_allocator.h05-Oct-20175.1K
jvmti_weak_table-inl.h05-Oct-201713.4K
jvmti_weak_table.h05-Oct-20178.1K
MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION05-Oct-20170
NOTICE05-Oct-20171.4K
object_tagging.cc05-Oct-20172.4K
object_tagging.h05-Oct-20172.9K
OpenjdkJvmTi.cc05-Oct-201772K
README.md05-Oct-2017297
ti_class.cc05-Oct-201737.1K
ti_class.h05-Oct-20173.7K
ti_class_definition.cc05-Oct-20177.7K
ti_class_definition.h05-Oct-20174.1K
ti_class_loader.cc05-Oct-20179.3K
ti_class_loader.h05-Oct-20174K
ti_dump.cc05-Oct-20172.9K
ti_dump.h05-Oct-20171.9K
ti_field.cc05-Oct-20176.4K
ti_field.h05-Oct-20172.7K
ti_heap.cc05-Oct-201757.7K
ti_heap.h05-Oct-20172.3K
ti_jni.cc05-Oct-20173.2K
ti_jni.h05-Oct-20172.5K
ti_method.cc05-Oct-201713.3K
ti_method.h05-Oct-20173.4K
ti_monitor.cc05-Oct-20178.3K
ti_monitor.h05-Oct-20172.3K
ti_object.cc05-Oct-20172.7K
ti_object.h05-Oct-20171.9K
ti_phase.cc05-Oct-20175.6K
ti_phase.h05-Oct-20172.3K
ti_properties.cc05-Oct-20178.4K
ti_properties.h05-Oct-20172.1K
ti_redefine.cc05-Oct-201763.3K
ti_redefine.h05-Oct-201710.9K
ti_search.cc05-Oct-201710.3K
ti_search.h05-Oct-20172K
ti_stack.cc05-Oct-201725.4K
ti_stack.h05-Oct-20173.1K
ti_thread.cc05-Oct-201721.3K
ti_thread.h05-Oct-20172.8K
ti_threadgroup.cc05-Oct-20179.7K
ti_threadgroup.h05-Oct-20172.5K
ti_timers.cc05-Oct-20173K
ti_timers.h05-Oct-20172K
transform.cc05-Oct-20175.3K
transform.h05-Oct-20172.6K

README.md

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