Home | History | Annotate | only in /art/openjdkjvmti
Up to higher level directory
NameDateSize
Android.bp22-Oct-20202.3K
art_jvmti.h22-Oct-202013.6K
deopt_manager.cc22-Oct-202020.2K
deopt_manager.h22-Oct-20207.9K
events-inl.h22-Oct-202030.3K
events.cc22-Oct-202054.3K
events.h22-Oct-202014.7K
fixed_up_dex_file.cc22-Oct-20206.1K
fixed_up_dex_file.h22-Oct-20202.9K
include/22-Oct-2020
jvmti_allocator.h22-Oct-20205.3K
jvmti_weak_table-inl.h22-Oct-202013.5K
jvmti_weak_table.h22-Oct-20208.6K
MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION22-Oct-20200
NOTICE22-Oct-20201.4K
object_tagging.cc22-Oct-20203.1K
object_tagging.h22-Oct-20203.8K
OpenjdkJvmTi.cc22-Oct-202066.6K
README.md22-Oct-2020297
ti_allocator.cc22-Oct-20203K
ti_allocator.h22-Oct-20202.3K
ti_breakpoint.cc22-Oct-20204.8K
ti_breakpoint.h22-Oct-20202.9K
ti_class.cc22-Oct-202042.2K
ti_class.h22-Oct-20204.2K
ti_class_definition.cc22-Oct-202016.4K
ti_class_definition.h22-Oct-20206.4K
ti_class_loader-inl.h22-Oct-20203K
ti_class_loader.cc22-Oct-20208.5K
ti_class_loader.h22-Oct-20204.2K
ti_ddms.cc22-Oct-20203.4K
ti_ddms.h22-Oct-20202.1K
ti_dump.cc22-Oct-20203.5K
ti_dump.h22-Oct-20201.9K
ti_extension.cc22-Oct-202018.2K
ti_extension.h22-Oct-20202.5K
ti_field.cc22-Oct-20208.6K
ti_field.h22-Oct-20203.3K
ti_heap.cc22-Oct-202059K
ti_heap.h22-Oct-20202.6K
ti_jni.cc22-Oct-20203.3K
ti_jni.h22-Oct-20202.5K
ti_logging.cc22-Oct-20202.6K
ti_logging.h22-Oct-20203.5K
ti_method.cc22-Oct-202036.3K
ti_method.h22-Oct-20204.9K
ti_monitor.cc22-Oct-202013.9K
ti_monitor.h22-Oct-20202.5K
ti_object.cc22-Oct-20205.3K
ti_object.h22-Oct-20202K
ti_phase.cc22-Oct-20205.7K
ti_phase.h22-Oct-20202.3K
ti_properties.cc22-Oct-20208.5K
ti_properties.h22-Oct-20202K
ti_redefine.cc22-Oct-202068.3K
ti_redefine.h22-Oct-202010.9K
ti_search.cc22-Oct-202010.8K
ti_search.h22-Oct-20202K
ti_stack.cc22-Oct-202043.8K
ti_stack.h22-Oct-20204.7K
ti_thread.cc22-Oct-202042.3K
ti_thread.h22-Oct-20208.6K
ti_threadgroup.cc22-Oct-20209.7K
ti_threadgroup.h22-Oct-20202.5K
ti_timers.cc22-Oct-20203K
ti_timers.h22-Oct-20202K
transform.cc22-Oct-202014.3K
transform.h22-Oct-20202.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