summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* Use pre-allocated Throwables from the boot image.Vladimir Marko2018-06-041-5/+0
* Refactor runtime callee save frame info.Vladimir Marko2018-05-221-5/+0
* Support system server ART-profilingCalin Juravle2018-05-091-1/+5
* Log an event on hidden API accesses.Mathew Inwood2018-05-081-0/+12
* Treat hidden API exemptions as whitelist.Mathew Inwood2018-05-081-1/+2
* ART: Remove tombstoned parametersAndreas Gampe2018-05-041-8/+0
* Always allow agent attach on userdebug builds with kArtTiVersionAlex Light2018-04-191-4/+1
* Distinguish the various pre-allocated OutOfMemoryError use cases.Roland Levillain2018-04-111-2/+15
* Merge "Revert^4 "Add an option to disable native stack dumping on SIGQUIT.""Treehugger Robot2018-03-301-0/+7
|\
| * Revert^4 "Add an option to disable native stack dumping on SIGQUIT."Nicolas Geoffray2018-03-301-0/+7
* | Merge "Revert "Revert "Revert "Add an option to disable native stack dumping ...Christopher Ferris2018-03-281-7/+0
|\|
| * Revert "Revert "Revert "Add an option to disable native stack dumping on SIGQ...Christopher Ferris2018-03-271-7/+0
* | Support for API exemptions from API blacklisting.Mathew Inwood2018-03-271-0/+11
|/
* More flexible API enforcement policy support.Mathew Inwood2018-03-231-5/+9
* Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""Nicolas Geoffray2018-03-121-0/+7
* Revert "Add an option to disable native stack dumping on SIGQUIT."Andreas Gampe2018-03-051-7/+0
* Fix typos.Roland Levillain2018-02-091-1/+1
* Only set UI warning on hidden API dark greylistDavid Brazdil2018-02-031-0/+13
* Start warning on hidden API greylistDavid Brazdil2018-01-251-0/+24
* Start enforcing hidden API blacklistDavid Brazdil2018-01-251-2/+2
* Add runtime option for no hidden API access checksDavid Brazdil2018-01-201-0/+11
* Add a new runtime option for target SDK versionDavid Brazdil2018-01-161-0/+2
* Support using adbconnection and openjdkjvmti without JAVA_DEBUGGABLEAlex Light2018-01-111-1/+4
* Merge "ART: Take classloader into account for AttachAgent"Treehugger Robot2018-01-081-1/+1
|\
| * ART: Take classloader into account for AttachAgentAndreas Gampe2018-01-051-1/+1
* | Create dex subdirectoryDavid Sehr2018-01-051-1/+1
|/
* ART: Refactor Agent into Agent and AgentSpecAndreas Gampe2018-01-021-2/+4
* Add support for selecting alternate JDWP implementationsAlex Light2017-12-191-0/+15
* Speed up MterpShouldSwitchInterpreters checkAlex Light2017-12-011-0/+12
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-15/+15
* Add -XX:MadviseRandomAccess optionMathieu Chartier2017-10-131-0/+10
* Handle new zygote flags in ARTNicolas Geoffray2017-09-181-0/+1
* Add support for JVMTI monitor events.Alex Light2017-09-141-0/+4
* Add two special runtime methods.Mingyao Yang2017-08-071-1/+1
* Implemented Nested TransactionChang Xing2017-07-261-5/+8
* Add strict flag in transactionChang Xing2017-07-261-1/+2
* ART: Move CHA to ClassLinkerAndreas Gampe2017-07-251-7/+0
* Track class initializing in transactionChang Xing2017-07-221-0/+1
* Move transaction creation to runtimeChang Xing2017-07-221-2/+6
* ART: Refactor abort codeAndreas Gampe2017-06-221-3/+0
* ART: Move CalleeSaveType to callee_save_type.hAndreas Gampe2017-06-081-15/+8
* ART: More header cleanup - runtime.hAndreas Gampe2017-05-301-3/+1
* Record types when the interpreter executes intrinsics.Nicolas Geoffray2017-05-241-0/+8
* ART: Use file descriptors handed out by tombstoned for traces.Narayan Kamath2017-05-241-1/+7
* ART: Reserve sentinel fault pageAndreas Gampe2017-05-151-0/+3
* ART: Make GC Pause Listener more preciseAndreas Gampe2017-05-101-9/+0
* Fix braino in enum use.Nicolas Geoffray2017-05-101-1/+2
* Add runtime reasons for deopt.Nicolas Geoffray2017-05-101-0/+9
* runtime: Properly unload partially loaded image spacesIgor Murashkin2017-05-021-0/+13
* Merge "ART: Support per PID stack trace files."Narayan Kamath2017-04-251-0/+1
|\