summaryrefslogtreecommitdiffstats
path: root/runtime/native
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Java char is 16 bits, can not be treated as boolean.Fredrik Roubert2015-07-271-2/+2
* Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-devDavid Srbecky2015-06-191-5/+5
|\
| * ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-5/+5
* | Fix some java_lang_Class related moving GC bugsMathieu Chartier2015-06-181-10/+10
|/
* Fix compaction bug in Class_getDeclaredMethodsUncheckedMathieu Chartier2015-06-111-2/+2
* Let classloader provide correct LD_LIBRARY_PATHDmitriy Ivanov2015-06-091-31/+8
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-029-126/+99
* Reset libc targetSdkVersionDmitriy Ivanov2015-05-271-0/+9
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-262-0/+2
* Also print class for NoSuchFieldExceptionMathieu Chartier2015-05-131-1/+1
* Hold heap bitmap lock in Heap::GetObjectsAllocatedMathieu Chartier2015-05-121-0/+1
* am 1c324341: am 6108ed86: Merge "Add a flag to StackVisitor for inlining."Nicolas Geoffray2015-05-111-1/+2
|\
| * Add a flag to StackVisitor for inlining.Nicolas Geoffray2015-05-111-1/+2
* | am 5b19928e: am 43e1bc66: Merge "Request full/partial GC type from VMRuntime....Hiroshi Yamauchi2015-05-011-2/+2
|\|
| * Request full/partial GC type from VMRuntime.requestConcurrentGC().Hiroshi Yamauchi2015-05-011-2/+2
* | am 61d7ca87: ART: Whitelist DexPathList constructorAndreas Gampe2015-04-301-4/+11
|\ \ | |/ |/|
| * ART: Whitelist DexPathList$Element constructorAndreas Gampe2015-04-291-4/+11
| * Fix constructor access check through reflectionSebastien Hertz2015-04-281-2/+2
| * ART: Fix constructor access checkingAndreas Gampe2015-04-271-6/+3
* | Fix constructor access check through reflectionSebastien Hertz2015-04-281-2/+2
* | Fix java_lang_Class newInstance for strings; also quick entrypoints.Jeff Hao2015-04-271-0/+11
* | Merge "ART: Fix constructor access checking"Andreas Gampe2015-04-281-6/+3
|\ \
| * | ART: Fix constructor access checkingAndreas Gampe2015-04-271-6/+3
| |/
* / Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-277-8/+483
|/
* ART: Fix Trace types, check minimum buf sizeAndreas Gampe2015-04-251-1/+2
* Merge "Move Class.newInstance to native"Mathieu Chartier2015-04-252-31/+96
|\
| * Move Class.newInstance to nativeMathieu Chartier2015-04-252-31/+96
* | ART: Add GENERATE_CFI to the ZygoteHooks debug flagsAndreas Gampe2015-04-241-0/+7
|/
* Replace NULL with nullptrMathieu Chartier2015-04-229-60/+66
* Class.forName(..., ..., null) fixesBrian Carlstrom2015-04-211-14/+7
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-214-39/+243
* ART: Streaming trace modeAndreas Gampe2015-04-151-0/+52
* Merge "ART: Make the PathClassLoader fast-path recursive"Andreas Gampe2015-04-141-2/+2
|\
| * ART: Make the PathClassLoader fast-path recursiveAndreas Gampe2015-04-141-2/+2
* | Merge "getRuntimeStat() support (ART)."Hiroshi Yamauchi2015-04-141-0/+122
|\ \ | |/ |/|
| * getRuntimeStat() support (ART).Hiroshi Yamauchi2015-04-131-0/+122
* | Fix DCHECK failures from Class::VisitFieldRootsMathieu Chartier2015-04-131-2/+1
|/
* ART: Clean up includes.Vladimir Marko2015-04-131-1/+1
* ART: Add Array.createObjectArray to unstarted runtimeAndreas Gampe2015-04-101-4/+2
* Move ArtField to nativeMathieu Chartier2015-04-104-41/+34
* Merge "Avoid using dex cache array pointers in libart."Vladimir Marko2015-04-102-0/+44
|\
| * Avoid using dex cache array pointers in libart.Vladimir Marko2015-04-102-0/+44
* | Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded"Richard Uhler2015-04-091-26/+13
|\ \ | |/ |/|
| * Rename isDexOptNeededInternal and add kSelfPatchOatNeededRichard Uhler2015-04-031-26/+13
* | Refactor and improve GC root handlingMathieu Chartier2015-04-061-9/+16
* | Fix the read barrier builds.Hiroshi Yamauchi2015-04-031-1/+1
|/
* Merge "Fix some reflection errors"Mathieu Chartier2015-03-302-4/+7
|\
| * Fix some reflection errorsMathieu Chartier2015-03-292-4/+7
* | Merge "ART: Use enums in Trace"Andreas Gampe2015-03-301-3/+9
|\ \ | |/ |/|
| * ART: Use enums in TraceAndreas Gampe2015-03-291-3/+9