OSDN Git Service

ART: Refactor TI events
authorAndreas Gampe <agampe@google.com>
Tue, 24 Jan 2017 03:46:56 +0000 (19:46 -0800)
committerAndreas Gampe <agampe@google.com>
Tue, 24 Jan 2017 23:21:18 +0000 (15:21 -0800)
commit983c175aa134c7f6794a4b3407d7e99536b1f7f1
treed3f8f79f85398138af49b1bb1e43a8d9ae94972d
parent461bbbf6f2e8dddb33a124c598e806b75929c9bb
ART: Refactor TI events

Refactor for type safety of event dispatch. Use template specialization
to ensure that only correct calls will work.

Bug: 31684920
Test: m test-art-host
Change-Id: Ifbb47447fb46dd6e799bc824a60df51b15b73618
runtime/openjdkjvmti/events-inl.h
runtime/openjdkjvmti/events.cc
runtime/openjdkjvmti/events.h
runtime/openjdkjvmti/object_tagging.cc
runtime/openjdkjvmti/ti_class.cc
runtime/openjdkjvmti/ti_dump.cc
runtime/openjdkjvmti/ti_phase.cc
runtime/openjdkjvmti/ti_thread.cc
runtime/openjdkjvmti/transform.cc