Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.bp | 06-Dec-2017 | 2K | |
art_jvmti.h | 06-Dec-2017 | 9.4K | |
events-inl.h | 06-Dec-2017 | 19.2K | |
events.cc | 06-Dec-2017 | 29.4K | |
events.h | 06-Dec-2017 | 9.1K | |
fixed_up_dex_file.cc | 06-Dec-2017 | 3.4K | |
fixed_up_dex_file.h | 06-Dec-2017 | 2.9K | |
include/ | 06-Dec-2017 | ||
jvmti_allocator.h | 06-Dec-2017 | 5.3K | |
jvmti_weak_table-inl.h | 06-Dec-2017 | 13.4K | |
jvmti_weak_table.h | 06-Dec-2017 | 8.5K | |
MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION | 06-Dec-2017 | 0 | |
NOTICE | 06-Dec-2017 | 1.4K | |
object_tagging.cc | 06-Dec-2017 | 2.4K | |
object_tagging.h | 06-Dec-2017 | 2.9K | |
OpenjdkJvmTi.cc | 06-Dec-2017 | 72.2K | |
README.md | 06-Dec-2017 | 297 | |
ti_allocator.cc | 06-Dec-2017 | 3K | |
ti_allocator.h | 06-Dec-2017 | 2.3K | |
ti_breakpoint.cc | 06-Dec-2017 | 4.2K | |
ti_breakpoint.h | 06-Dec-2017 | 2.9K | |
ti_class.cc | 06-Dec-2017 | 40.6K | |
ti_class.h | 06-Dec-2017 | 4K | |
ti_class_definition.cc | 06-Dec-2017 | 7.7K | |
ti_class_definition.h | 06-Dec-2017 | 4.1K | |
ti_class_loader.cc | 06-Dec-2017 | 9.3K | |
ti_class_loader.h | 06-Dec-2017 | 4K | |
ti_dump.cc | 06-Dec-2017 | 2.9K | |
ti_dump.h | 06-Dec-2017 | 1.9K | |
ti_field.cc | 06-Dec-2017 | 8.3K | |
ti_field.h | 06-Dec-2017 | 3.1K | |
ti_heap.cc | 06-Dec-2017 | 56.6K | |
ti_heap.h | 06-Dec-2017 | 2.3K | |
ti_jni.cc | 06-Dec-2017 | 3.3K | |
ti_jni.h | 06-Dec-2017 | 2.5K | |
ti_method.cc | 06-Dec-2017 | 14.3K | |
ti_method.h | 06-Dec-2017 | 3.6K | |
ti_monitor.cc | 06-Dec-2017 | 8.3K | |
ti_monitor.h | 06-Dec-2017 | 2.3K | |
ti_object.cc | 06-Dec-2017 | 2.7K | |
ti_object.h | 06-Dec-2017 | 1.9K | |
ti_phase.cc | 06-Dec-2017 | 5.7K | |
ti_phase.h | 06-Dec-2017 | 2.3K | |
ti_properties.cc | 06-Dec-2017 | 8.5K | |
ti_properties.h | 06-Dec-2017 | 2.1K | |
ti_redefine.cc | 06-Dec-2017 | 64.8K | |
ti_redefine.h | 06-Dec-2017 | 11.1K | |
ti_search.cc | 06-Dec-2017 | 10.5K | |
ti_search.h | 06-Dec-2017 | 2K | |
ti_stack.cc | 06-Dec-2017 | 29K | |
ti_stack.h | 06-Dec-2017 | 3.1K | |
ti_thread.cc | 06-Dec-2017 | 32.4K | |
ti_thread.h | 06-Dec-2017 | 4.7K | |
ti_threadgroup.cc | 06-Dec-2017 | 9.7K | |
ti_threadgroup.h | 06-Dec-2017 | 2.5K | |
ti_timers.cc | 06-Dec-2017 | 3K | |
ti_timers.h | 06-Dec-2017 | 2K | |
transform.cc | 06-Dec-2017 | 5.3K | |
transform.h | 06-Dec-2017 | 2.6K |
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