summaryrefslogtreecommitdiffstats
path: root/runtime/mirror
Commit message (Expand)AuthorAgeFilesLines
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-133-45/+42
* Reference::GetReferent() calls by GC should not trigger read barriers.Hiroshi Yamauchi2014-05-091-1/+3
* Make it possible to disable read barriers in Class::GetObjectSize()Hiroshi Yamauchi2014-05-094-8/+24
* Create stack traces in unstarted runtimes.Ian Rogers2014-05-033-15/+53
* Allow ArtMethod::Invoke in unstarted runtimes.Ian Rogers2014-05-021-3/+5
* Update the GetFieldObject calls behind the read barrier macros.Hiroshi Yamauchi2014-05-021-2/+3
* Merge "Add finalizer references from the entrypoints."Mathieu Chartier2014-05-023-7/+14
|\
| * Add finalizer references from the entrypoints.Mathieu Chartier2014-05-013-7/+14
* | Merge "Replace the bool kDoReadBarrier template parameter with an enum."Hiroshi Yamauchi2014-05-027-59/+76
|\ \
| * | Replace the bool kDoReadBarrier template parameter with an enum.Hiroshi Yamauchi2014-05-017-59/+76
| |/
* / Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-2/+2
|/
* Force inlining on trivial accessors.Ian Rogers2014-04-2932-452/+602
* Merge "Move mapping table and vmap table offsets to OatMethodHeader."Vladimir Marko2014-04-283-68/+54
|\
| * Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-253-68/+54
* | Merge "Revert "Revert "ART: Extracts an utility function of the duplicated co...Andreas Gampe2014-04-251-1/+1
|\ \
| * | Revert "Revert "ART: Extracts an utility function of the duplicated code""Andreas Gampe2014-04-241-1/+1
* | | Merge "Refactor exception handling for deoptimization"Sebastien Hertz2014-04-251-3/+3
|\ \ \
| * | | Refactor exception handling for deoptimizationSebastien Hertz2014-04-251-3/+3
* | | | Merge "Support field watchpoint in interpreter"Sebastien Hertz2014-04-252-0/+25
|\ \ \ \
| * | | | Support field watchpoint in interpreterSebastien Hertz2014-04-252-0/+25
* | | | | Merge "More code for the read barrier support."Hiroshi Yamauchi2014-04-248-54/+97
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | More code for the read barrier support.Hiroshi Yamauchi2014-04-228-54/+97
* | | | | Revert "ART: Extracts an utility function of the duplicated code"Andreas Gampe2014-04-241-6/+0
* | | | | ART: Extracts an utility function of the duplicated codeDmitry Petrochenko2014-04-241-0/+6
| |/ / / |/| | |
* | | | Merge "Separate maps from code in oat file."Vladimir Marko2014-04-232-3/+6
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Separate maps from code in oat file.Vladimir Marko2014-04-222-3/+6
* | | Merge "Fix FindCatchBlock to work in -Xverify:none mode."Jeff Hao2014-04-232-7/+17
|\ \ \
| * | | Fix FindCatchBlock to work in -Xverify:none mode.Jeff Hao2014-04-222-7/+17
| |/ /
* | | Merge "Remove support for app JNI workarounds."Ian Rogers2014-04-221-18/+3
|\ \ \ | |/ / |/| |
| * | Remove support for app JNI workarounds.Ian Rogers2014-04-221-18/+3
* | | Replace ObjectSet with LargeObjectBitmap.Mathieu Chartier2014-04-171-4/+4
|/ /
* / Use non volatile lock words in semispace collector.Mathieu Chartier2014-04-173-7/+10
|/
* Insert read barriers in more places.Hiroshi Yamauchi2014-04-102-2/+65
* Merge "Insert an empty read barrier call."Hiroshi Yamauchi2014-04-042-21/+18
|\
| * Insert an empty read barrier call.Hiroshi Yamauchi2014-04-032-21/+18
* | Fix Object::Clone()'s pre-fence barrier.Hiroshi Yamauchi2014-04-032-7/+32
|/
* Merge "Cleanup transaction support"Sebastien Hertz2014-04-024-21/+14
|\
| * Cleanup transaction supportSebastien Hertz2014-04-024-21/+14
* | Make the support code for read barriers a bit more general.Hiroshi Yamauchi2014-03-312-19/+27
* | Handle Array::Memmove within the same array properly.Ian Rogers2014-03-271-36/+49
|/
* Less redundant verification.Mathieu Chartier2014-03-261-4/+4
* Refactor object reference visiting logic.Mathieu Chartier2014-03-246-0/+116
* Merge "Deduplicate the code that hardcodes the array header layout."Hiroshi Yamauchi2014-03-211-7/+3
|\
| * Deduplicate the code that hardcodes the array header layout.Hiroshi Yamauchi2014-03-211-7/+3
* | Don't return null for null utf in AllocFromModifiedUtf8.Mathieu Chartier2014-03-211-3/+1
|/
* Improvements to Field.get/set.Ian Rogers2014-03-214-0/+29
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-2/+2
* Refactor reference code into mirror namespace.Mathieu Chartier2014-03-144-0/+169
* Merge "Fixes for Generic JNI"Andreas Gampe2014-03-131-1/+4
|\
| * Fixes for Generic JNIAndreas Gampe2014-03-131-1/+4