summaryrefslogtreecommitdiffstats
path: root/runtime/mirror
Commit message (Expand)AuthorAgeFilesLines
...
* Add JITMathieu Chartier2015-02-234-17/+38
* Be more lenient with 4 byte UTF-8 sequences.Narayan Kamath2015-02-124-26/+58
* Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Mark P Mendell2015-01-271-2/+2
* Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-271-2/+2
* Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-261-2/+2
|\
| * ART: Implement X86 hard float (Quick/JNI/Baseline)Mark Mendell2015-01-231-2/+2
* | More of the concurrent copying collector.Hiroshi Yamauchi2015-01-235-11/+43
|/
* Fix infinite loop in GenerateIdentityHashCodetony.ys_liu2015-01-163-7/+25
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-158-24/+8
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-0/+1
* Add VerifyObject to StackHandleScope::SetReferenceMathieu Chartier2015-01-081-0/+1
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-1/+1
* Use correct handle scope offset from StackVisitorSebastien Hertz2014-12-181-2/+4
* Merge "ART: More logging on GetAccessFlags failure"Andreas Gampe2014-12-121-1/+9
|\
| * ART: More logging on GetAccessFlags failureAndreas Gampe2014-12-121-1/+9
* | Merge "Remove portable."Elliott Hughes2014-12-125-116/+17
|\ \
| * | Remove portable.Elliott Hughes2014-12-125-116/+17
| |/
* / Remove proxy logic from GetCodeItemMathieu Chartier2014-12-111-2/+1
|/
* Add verifier support for dequickeningMathieu Chartier2014-12-111-0/+5
* Ensure stack maps are 4 byte aligned.Nicolas Geoffray2014-12-092-2/+9
* Merge "JDWP: fix breakpoint for method in the image"Sebastien Hertz2014-12-041-0/+5
|\
| * JDWP: fix breakpoint for method in the imageSebastien Hertz2014-12-041-0/+5
* | Remove MethodHelper.Ian Rogers2014-12-021-3/+16
* | Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders.Ian Rogers2014-12-021-1/+0
* | Remove MethodHelper::HasSameNameAndSignature.Ian Rogers2014-12-022-38/+29
* | Move GetClassFromTypeIdx to ArtMethod.Ian Rogers2014-12-023-2/+14
* | Remove FieldHelper.Ian Rogers2014-12-023-7/+32
* | Move FindDexMethodIndexInOtherDexFile into ArtMethod.Ian Rogers2014-12-022-1/+38
* | Remove MethodHelper from the interpreter.Ian Rogers2014-12-022-4/+2
* | Fix OOM throwing if it happens in finalizer reference (take 2)Pavel Vyssotski2014-12-021-0/+4
* | Set dex_cache_strings_ when we call Class::SetDexCacheMathieu Chartier2014-12-012-0/+2
* | Add a way to change the IMT sizeMathieu Chartier2014-11-261-1/+5
|/
* Move dexCacheStrings from ArtMethod to ClassMathieu Chartier2014-11-254-32/+46
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-242-40/+21
* Merge "Fixed ArtMethod::GetQuickFrameInfo() for proxy methods"Ian Rogers2014-11-221-5/+19
|\
| * Fixed ArtMethod::GetQuickFrameInfo() for proxy methodsDaniel Mihalyi2014-10-201-5/+19
* | Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-213-38/+42
* | Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-187-79/+213
* | Combine image string char arrays into single arrayMathieu Chartier2014-11-171-9/+8
* | Keep original order of fields in Class.Vladimir Marko2014-11-144-6/+54
* | Delete unused imtable fieldMathieu Chartier2014-11-101-3/+0
* | Implement try/catch/throw in optimizing.Nicolas Geoffray2014-11-062-5/+8
* | ART: More warningsAndreas Gampe2014-11-042-8/+8
* | ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-033-3/+3
* | Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-033-1/+4
* | ART: Add miranda checkingAndreas Gampe2014-11-031-2/+3
* | Fix FindDeclaredVirtualMethod(DexCache...) for miranda methodsBrian Carlstrom2014-10-311-1/+3
* | Merge "Avoid signed integer overflow in identity hash code."Ian Rogers2014-10-302-5/+5
|\ \
| * | Avoid signed integer overflow in identity hash code.Ian Rogers2014-10-302-5/+5
* | | Add hash table to link virtual methodsMathieu Chartier2014-10-302-0/+7
|/ /