summaryrefslogtreecommitdiffstats
path: root/runtime/native
Commit message (Expand)AuthorAgeFilesLines
...
* | Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-292-125/+300
|/
* Add paths to apk!lib/<abi> to LD_LIBRARY_PATHDmitriy Ivanov2015-03-231-20/+49
* Fix JIT options with late initMathieu Chartier2015-03-181-6/+6
* Add JIT zygote hookMathieu Chartier2015-03-171-3/+17
* Merge "Remove ThrowLocation."Nicolas Geoffray2015-03-108-32/+25
|\
| * Remove ThrowLocation.Nicolas Geoffray2015-03-108-32/+25
* | Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-091-327/+33
|/
* ART: Move DexFile vector to Java arrayAndreas Gampe2015-02-242-61/+127
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-1/+2
* ART: Make run-tests more verboseAndreas Gampe2015-02-171-1/+1
* Clean up the locks around Heap::VisitObjects().Hiroshi Yamauchi2015-01-201-0/+1
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-1/+1
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-16/+21
* Merge "Clean up some #ifdefs."Elliott Hughes2015-01-091-2/+2
|\
| * Clean up some #ifdefs.Elliott Hughes2015-01-091-2/+2
* | Add clamp growth limitMathieu Chartier2015-01-081-0/+5
|/
* Mute common case DexFile.isDexOptNeeded log spamBrian Carlstrom2015-01-061-1/+4
* Merge "ART: Use interpret-only for vmSafeMode"Andreas Gampe2014-12-201-2/+8
|\
| * ART: Use interpret-only for vmSafeModeAndreas Gampe2014-12-191-2/+8
* | Add heap task processorMathieu Chartier2014-12-191-7/+24
|/
* Move GC daemon locking logic into heapMathieu Chartier2014-12-151-0/+9
* Remove FieldHelper.Ian Rogers2014-12-021-3/+1
* ART: Fix unused variables and functionsAndreas Gampe2014-11-241-2/+0
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-132-8/+8
* Modify the behavior of thread suspend shootouts.Ian Rogers2014-11-123-17/+3
* Add hash map, reduce excessive hashingMathieu Chartier2014-11-073-6/+8
* ART: More warningsAndreas Gampe2014-11-0450-15/+775
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-033-20/+19
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-3/+22
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-242-2/+3
* Tidy up logging.Ian Rogers2014-10-221-1/+1
* Some additional verbose logging for DexFile_defineClassNativeBrian Carlstrom2014-10-161-2/+3
* Switch to C++11 style [[noreturn]].Ian Rogers2014-10-101-2/+1
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-0/+1
* Enable -Wimplicit-fallthrough.Ian Rogers2014-10-091-0/+1
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-301-2/+31
* ART: Better IllegalAccessException messageAndreas Gampe2014-09-291-5/+16
* Optimize get/set reflection performanceMathieu Chartier2014-09-261-52/+63
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-2/+2
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-252-7/+9
* Merge "ART: Update for split native bridge initialization"Andreas Gampe2014-09-241-2/+4
|\
| * ART: Update for split native bridge initializationjgu212014-09-231-2/+4
* | Restore kReasonLogging for kDexoptNeeded and kPatchoatNeededBrian Carlstrom2014-09-241-9/+10
* | ART: Only allow the zygote to create the global boot imageAndreas Gampe2014-09-181-1/+3
* | Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-2/+2
|/
* Add native support for FinalizerList.makeCircularListIfUnenqueuedMathieu Chartier2014-09-141-0/+40
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-126-18/+21
* Add fast path to VMClassLoader.findLoadedClassMathieu Chartier2014-09-111-6/+13
* Change Reference.get() intrinsic to Reference.getReferent().Mathieu Chartier2014-09-091-2/+2