summaryrefslogtreecommitdiffstats
path: root/runtime/instrumentation_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-3/+3
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-17/+17
* Fix clang-tidy warnings in art.Chih-Hung Hsieh2016-08-261-1/+1
* ART: Convert pointer size to enumAndreas Gampe2016-08-011-2/+3
* Move backward branch instrumentation to all branch.Nicolas Geoffray2016-01-211-15/+16
* Add exclusion between instrumentation and GCMathieu Chartier2015-10-051-0/+22
* Add and use ScopedSuspendAllMathieu Chartier2015-09-111-25/+11
* Record profiling information before Jitting.Nicolas Geoffray2015-09-111-1/+24
* Add ScopedThreadSuspensionMathieu Chartier2015-09-031-18/+9
* Move to newer clang annotationsMathieu Chartier2015-07-221-16/+16
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-30/+29
* Support multiple instrumentation clientsSebastien Hertz2015-05-071-0/+791