summaryrefslogtreecommitdiffstats
path: root/runtime/mirror
Commit message (Expand)AuthorAgeFilesLines
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-3/+9
* Ignore catch blocks whose type can't be resolved.Ian Rogers2014-05-292-14/+10
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-238-22/+18
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-228-18/+22
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-228-22/+18
* Merge "Begin migration of art::Atomic to std::atomic."Ian Rogers2014-05-211-2/+2
|\
| * Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-201-2/+2
* | Simplify Class::IsArtFieldClass().Hiroshi Yamauchi2014-05-205-21/+11
|/
* Improve stack walk performance.Vladimir Marko2014-05-203-54/+106
* Merge "Now we have a proper C++ library, use std::unique_ptr."Ian Rogers2014-05-208-41/+41
|\
| * Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-198-41/+41
* | Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-194-6/+10
|/
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-184-85/+248
* Fix generic jni issue in ArtMethod::GetQuickFrameInfoDmitry Petrochenko2014-05-161-1/+1
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Merge "ART: Fix typo in ArtMethod::FindCatchBlock"Andreas Gampe2014-05-152-4/+14
|\
| * ART: Fix typo in ArtMethod::FindCatchBlockAndreas Gampe2014-05-142-4/+14
* | Merge "Ensure JNI primitive array type is appropriate."Ian Rogers2014-05-141-4/+9
|\ \ | |/ |/|
| * Ensure JNI primitive array type is appropriate.Ian Rogers2014-05-141-4/+9
* | Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-1316-162/+184
|/
* 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