summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
Commit message (Expand)AuthorAgeFilesLines
* Change IsZygote test to !IsCompilerMathieu Chartier2014-11-171-1/+2
* Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running ...Mathieu Chartier2014-11-171-2/+5
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-0/+1
* Add hash setMathieu Chartier2014-11-061-0/+1
* ART: More warningsAndreas Gampe2014-11-041-32/+54
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-6/+4
* Add image strings to intern tableMathieu Chartier2014-11-031-1/+6
* Optimize method linkingMathieu Chartier2014-10-271-0/+3
* Merge "[native bridge] Make sure we always unload the native bridge"Calin Juravle2014-10-231-14/+19
|\
| * [native bridge] Make sure we always unload the native bridgeCalin Juravle2014-10-231-14/+19
* | Tidy up logging.Ian Rogers2014-10-221-3/+4
|/
* Merge "Clarify a confusing error message."Elliott Hughes2014-10-211-2/+2
|\
| * Clarify a confusing error message.Elliott Hughes2014-10-211-2/+2
* | Merge "Shut down FaultManager after shutting down threads."Vladimir Marko2014-10-211-3/+4
|\ \ | |/ |/|
| * Shut down FaultManager after shutting down threads.Vladimir Marko2014-10-201-3/+4
* | Refactor quick entrypointsIan Rogers2014-10-201-1/+3
|/
* Merge "Stop using |instance_| in Runtime::InitNativeMethods."Piotr Jastrzebski2014-10-171-1/+1
|\
| * Stop using |instance_| in Runtime::InitNativeMethods.Piotr Jastrzebski2014-10-161-1/+1
* | Some code clean-up.Ian Rogers2014-10-161-0/+1
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-11/+12
|/
* Change MemMap::maps_ to not be global variableMathieu Chartier2014-10-141-0/+3
* Disable kEnableJavaStackTraceHandlerBrian Carlstrom2014-10-081-1/+1
* Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-301-0/+1
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-5/+9
* Merge "ART: Update for split native bridge initialization"Andreas Gampe2014-09-241-12/+13
|\
| * ART: Update for split native bridge initializationjgu212014-09-231-12/+13
* | ART: Only allow the zygote to create the global boot imageAndreas Gampe2014-09-181-1/+3
* | Merge "Don't call dlsym from signal context in signal chain"Brian Carlstrom2014-09-181-0/+6
|\ \
| * | Don't call dlsym from signal context in signal chainDave Allison2014-09-161-0/+6
* | | Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-3/+3
| |/ |/|
* | Add runtime options for large object spaceMathieu Chartier2014-09-161-0/+2
|/
* Add native support for FinalizerList.makeCircularListIfUnenqueuedMathieu Chartier2014-09-141-0/+1
* Fix stale root error in verifierMathieu Chartier2014-09-121-0/+1
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-7/+9
* Merge "ART: Fix things for valgrind"Andreas Gampe2014-09-101-11/+8
|\
| * ART: Fix things for valgrindAndreas Gampe2014-09-101-11/+8
* | Merge "Address read barrier issue with cl/106467"Hiroshi Yamauchi2014-09-101-0/+1
|\ \
| * | Address read barrier issue with cl/106467Hiroshi Yamauchi2014-09-091-0/+1
| |/
* / Improve dex location canonicalization-related performance.Vladimir Marko2014-09-101-3/+1
|/
* Merge "ART: Change ART for new native bridge sequence"Andreas Gampe2014-09-041-3/+39
|\
| * ART: Change ART for new native bridge sequenceAndreas Gampe2014-09-041-3/+39
* | Merge "Remove abuse of mirror::Object* to reference special values."Ian Rogers2014-09-041-0/+8
|\ \ | |/ |/|
| * Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-0/+8
* | Merge "Change intern table to unordered set."Mathieu Chartier2014-09-021-8/+8
|\ \ | |/ |/|
| * Change intern table to unordered set.Mathieu Chartier2014-09-021-8/+8
* | Pre-allocate the NoClassDefFoundError to be thrown for boot classes.Ian Rogers2014-09-021-6/+25
|/
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-0/+1
* Support booting without functioning boot.oat/art patchoat.Alex Light2014-08-261-1/+68
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+28
* Merge "Support running without a boot image."Brian Carlstrom2014-08-251-1/+43
|\