Home | History | Annotate | only in /art/runtime/openjdkjvmti
Up to higher level directory
NameDateSize
Android.bp06-Dec-20172K
art_jvmti.h06-Dec-20179.4K
events-inl.h06-Dec-201719.2K
events.cc06-Dec-201729.4K
events.h06-Dec-20179.1K
fixed_up_dex_file.cc06-Dec-20173.4K
fixed_up_dex_file.h06-Dec-20172.9K
include/06-Dec-2017
jvmti_allocator.h06-Dec-20175.3K
jvmti_weak_table-inl.h06-Dec-201713.4K
jvmti_weak_table.h06-Dec-20178.5K
MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION06-Dec-20170
NOTICE06-Dec-20171.4K
object_tagging.cc06-Dec-20172.4K
object_tagging.h06-Dec-20172.9K
OpenjdkJvmTi.cc06-Dec-201772.2K
README.md06-Dec-2017297
ti_allocator.cc06-Dec-20173K
ti_allocator.h06-Dec-20172.3K
ti_breakpoint.cc06-Dec-20174.2K
ti_breakpoint.h06-Dec-20172.9K
ti_class.cc06-Dec-201740.6K
ti_class.h06-Dec-20174K
ti_class_definition.cc06-Dec-20177.7K
ti_class_definition.h06-Dec-20174.1K
ti_class_loader.cc06-Dec-20179.3K
ti_class_loader.h06-Dec-20174K
ti_dump.cc06-Dec-20172.9K
ti_dump.h06-Dec-20171.9K
ti_field.cc06-Dec-20178.3K
ti_field.h06-Dec-20173.1K
ti_heap.cc06-Dec-201756.6K
ti_heap.h06-Dec-20172.3K
ti_jni.cc06-Dec-20173.3K
ti_jni.h06-Dec-20172.5K
ti_method.cc06-Dec-201714.3K
ti_method.h06-Dec-20173.6K
ti_monitor.cc06-Dec-20178.3K
ti_monitor.h06-Dec-20172.3K
ti_object.cc06-Dec-20172.7K
ti_object.h06-Dec-20171.9K
ti_phase.cc06-Dec-20175.7K
ti_phase.h06-Dec-20172.3K
ti_properties.cc06-Dec-20178.5K
ti_properties.h06-Dec-20172.1K
ti_redefine.cc06-Dec-201764.8K
ti_redefine.h06-Dec-201711.1K
ti_search.cc06-Dec-201710.5K
ti_search.h06-Dec-20172K
ti_stack.cc06-Dec-201729K
ti_stack.h06-Dec-20173.1K
ti_thread.cc06-Dec-201732.4K
ti_thread.h06-Dec-20174.7K
ti_threadgroup.cc06-Dec-20179.7K
ti_threadgroup.h06-Dec-20172.5K
ti_timers.cc06-Dec-20173K
ti_timers.h06-Dec-20172K
transform.cc06-Dec-20175.3K
transform.h06-Dec-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