summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not try to compile resource-only dex files.Richard Uhler2015-06-241-5/+10
* Fix another miranda method moving GC bugMathieu Chartier2015-06-221-20/+26
* Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-devDavid Srbecky2015-06-191-10/+3
|\
| * ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-10/+3
* | Add missing EndAssertNoThreadSuspensionMathieu Chartier2015-06-171-0/+3
|/
* Move image intern table into imageMathieu Chartier2015-06-111-1/+1
* Revert "Revert "Turn off duplicate-classes checking""Andreas Gampe2015-06-031-0/+7
* ART: Prune FindArrayClass cache in image writerAndreas Gampe2015-06-031-3/+8
* Update IMT for stale miranda methodsMathieu Chartier2015-06-021-0/+7
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-584/+697
* Fix double-exception in super-class method validation.Vladimir Marko2015-05-291-43/+118
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Merge "Fix for potential moving GC bugs around proxy class." into mnc-devHiroshi Yamauchi2015-05-221-64/+68
|\
| * Fix for potential moving GC bugs around proxy class.Hiroshi Yamauchi2015-05-221-64/+68
* | Revert "DO NOT MERGE ART: Turn off duplicate-classes checking"Andreas Gampe2015-05-211-7/+0
|/
* DO NOT MERGE ART: Turn off duplicate-classes checkingAndreas Gampe2015-05-201-0/+7
* Fix debuggable compiler flag detection for secondary dex filesSebastien Hertz2015-05-191-12/+29
* ART: Allow oat files with duplicates classes in corner caseAndreas Gampe2015-04-291-35/+47
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-2/+8
* ART: Duplicate-classes cleanupAndreas Gampe2015-04-241-1/+14
* ART: Check for duplicate classes when loading oat filesAndreas Gampe2015-04-241-2/+186
* ART: Fix re-throwing failures of non-convention errorsAndreas Gampe2015-04-221-3/+29
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-112/+126
* Merge "Remove suspend point from field loading"Mathieu Chartier2015-04-141-3/+3
|\
| * Remove suspend point from field loadingMathieu Chartier2015-04-141-3/+3
* | ART: Make the PathClassLoader fast-path recursiveAndreas Gampe2015-04-141-80/+118
|/
* Move ArtField to nativeMathieu Chartier2015-04-101-208/+185
* Fix CC root visiting bugMathieu Chartier2015-04-071-1/+2
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-14/+17
* Merge "Store OatDexFile instead of OatFile in DexFile."Richard Uhler2015-04-031-35/+15
|\
| * Store OatDexFile instead of OatFile in DexFile.Richard Uhler2015-04-021-35/+15
* | Use specific exception class to abort transactionSebastien Hertz2015-04-031-1/+1
|/
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-14/+31
* ART: Use instrumented Alloc in Class-LinkerAndreas Gampe2015-03-271-3/+3
* Merge "ART: PathClassLoader for compiler"Andreas Gampe2015-03-281-35/+105
|\
| * ART: PathClassLoader for compilerAndreas Gampe2015-03-271-35/+105
* | Fix ClassLinker::MayBeCalledWithDirectCodePointer for JITMathieu Chartier2015-03-261-0/+4
|/
* Fix 003-omnibus-opcodes flaky failures with GSS GC.Hiroshi Yamauchi2015-03-191-50/+50
* Clean up hash setMathieu Chartier2015-03-181-3/+3
* Merge "Remove ThrowLocation."Nicolas Geoffray2015-03-101-10/+6
|\
| * Remove ThrowLocation.Nicolas Geoffray2015-03-101-10/+6
* | Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-091-875/+53
|/
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-9/+9
* Merge "Follow-up 128393"Sebastien Hertz2015-03-031-2/+2
|\
| * Follow-up 128393Sebastien Hertz2015-03-031-2/+2
* | Merge "ART: Move DexFile vector to Java array"Andreas Gampe2015-03-021-5/+6
|\ \ | |/ |/|
| * ART: Move DexFile vector to Java arrayAndreas Gampe2015-02-241-5/+6
* | Fix JIT for vmdebug test 99Mathieu Chartier2015-02-251-11/+11
* | Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-45/+57