Home | History | Annotate | only in /art/openjdkjvmti
Up to higher level directory
NameDateSize
Android.bp21-Aug-20182.2K
art_jvmti.h21-Aug-201813.4K
deopt_manager.cc21-Aug-201815.8K
deopt_manager.h21-Aug-20187.3K
events-inl.h21-Aug-201826.7K
events.cc21-Aug-201845.6K
events.h21-Aug-201813.4K
fixed_up_dex_file.cc21-Aug-20186.7K
fixed_up_dex_file.h21-Aug-20182.9K
include/21-Aug-2018
jvmti_allocator.h21-Aug-20185.3K
jvmti_weak_table-inl.h21-Aug-201813.4K
jvmti_weak_table.h21-Aug-20188.5K
MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION21-Aug-20180
NOTICE21-Aug-20181.4K
object_tagging.cc21-Aug-20182.4K
object_tagging.h21-Aug-20182.9K
OpenjdkJvmTi.cc21-Aug-201866.5K
README.md21-Aug-2018297
ti_allocator.cc21-Aug-20183K
ti_allocator.h21-Aug-20182.3K
ti_breakpoint.cc21-Aug-20184.8K
ti_breakpoint.h21-Aug-20182.9K
ti_class.cc21-Aug-201842.1K
ti_class.h21-Aug-20184.2K
ti_class_definition.cc21-Aug-201816.8K
ti_class_definition.h21-Aug-20186.5K
ti_class_loader-inl.h21-Aug-20183K
ti_class_loader.cc21-Aug-20188.6K
ti_class_loader.h21-Aug-20184.6K
ti_ddms.cc21-Aug-20183.4K
ti_ddms.h21-Aug-20182.1K
ti_dump.cc21-Aug-20182.9K
ti_dump.h21-Aug-20181.8K
ti_extension.cc21-Aug-201815.2K
ti_extension.h21-Aug-20182.5K
ti_field.cc21-Aug-20188.6K
ti_field.h21-Aug-20183.3K
ti_heap.cc21-Aug-201856.6K
ti_heap.h21-Aug-20182.3K
ti_jni.cc21-Aug-20183.3K
ti_jni.h21-Aug-20182.5K
ti_method.cc21-Aug-201838.3K
ti_method.h21-Aug-20184.9K
ti_monitor.cc21-Aug-201813.3K
ti_monitor.h21-Aug-20182.4K
ti_object.cc21-Aug-20185.3K
ti_object.h21-Aug-20182K
ti_phase.cc21-Aug-20185.7K
ti_phase.h21-Aug-20182.3K
ti_properties.cc21-Aug-20188.5K
ti_properties.h21-Aug-20182K
ti_redefine.cc21-Aug-201866.4K
ti_redefine.h21-Aug-201811.3K
ti_search.cc21-Aug-201810.7K
ti_search.h21-Aug-20182K
ti_stack.cc21-Aug-201839.5K
ti_stack.h21-Aug-20184.5K
ti_thread.cc21-Aug-201841.8K
ti_thread.h21-Aug-20187.2K
ti_threadgroup.cc21-Aug-20189.7K
ti_threadgroup.h21-Aug-20182.5K
ti_timers.cc21-Aug-20183K
ti_timers.h21-Aug-20182K
transform.cc21-Aug-201814.2K
transform.h21-Aug-20182.7K

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