summaryrefslogtreecommitdiffstats
path: root/runtime/native
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "ART: Change ART for new native bridge sequence"Andreas Gampe2014-09-041-3/+15
|\
| * ART: Change ART for new native bridge sequenceAndreas Gampe2014-09-041-3/+15
* | Fix native allocation watermark clamping.Mathieu Chartier2014-09-031-2/+2
|/
* Fix issue with Thread.setName hanging after Thread.startBrian Carlstrom2014-08-282-4/+6
* ART: Relax GetInstructionSetFromStringAndreas Gampe2014-08-201-0/+15
* ART: Fix another potential N-th visitor issueAndreas Gampe2014-08-141-0/+4
* ART: Tolerate shallow call stack in VMStack_getCallingClassLoaderAndreas Gampe2014-08-131-0/+4
* Execute an application even when dex2oat crashes.Nicolas Geoffray2014-08-131-1/+3
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-1/+2
* Merge "Wire up check JNI force copy mode."Ian Rogers2014-08-085-11/+13
|\
| * Wire up check JNI force copy mode.Ian Rogers2014-08-085-11/+13
* | Use the right instruction set for checking dex-cache staleness.Narayan Kamath2014-08-081-3/+4
|/
* Revert "Rename openDexFileNative to openDexFile."Calin Juravle2014-08-061-2/+2
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-103/+175
* Inform about System.exit() call in logcatDmitry Petrochenko2014-08-041-0/+1
* Rename openDexFileNative to openDexFile.Calin Juravle2014-07-251-2/+2
* ART: Account for multidex location strings in VMClassLoaderAndreas Gampe2014-07-241-7/+10
* Fix erroneous behaviors with OOME present.Ian Rogers2014-07-211-1/+4
* Avoid race in single thread suspension.Ian Rogers2014-07-173-3/+20
* Remove object_utils.h.Ian Rogers2014-07-166-6/+1
* Merge "Call strong CAS from unsafe. Add more CAS versions."Hans Boehm2014-07-111-6/+6
|\
| * Call strong CAS from unsafe. Add more CAS versions.Hans Boehm2014-07-111-6/+6
* | Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-112-6/+2
|/
* Make CAS operations in Object use art::Atomic.Ian Rogers2014-07-101-3/+6
* Merge "Fix method tracing from command-line"Ian Rogers2014-07-091-0/+1
|\
| * Fix method tracing from command-lineSebastien Hertz2014-07-091-0/+1
* | Merge "Expanded native code to use arraycopy for specific data types."Jeff Hao2014-06-261-9/+66
|\ \ | |/ |/|
| * Expanded native code to use arraycopy for specific data types.Emma Meersman2014-06-201-9/+66
* | ART: Native support for multidexAndreas Gampe2014-06-251-58/+77
|/
* consolidate profiles and profile-cacheNick Kralevich2014-06-111-10/+1
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-102-0/+11
* Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars."Hans Boehm2014-06-061-3/+3
|\