summaryrefslogtreecommitdiffstats
path: root/runtime/mirror
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Remove bogus fastpath from String::Equals(const StringPiece&)""Brian Carlstrom2013-09-062-11/+9
* Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"Brian Carlstrom2013-09-062-9/+11
* Remove bogus fastpath from String::Equals(const StringPiece&)Brian Carlstrom2013-09-062-11/+9
* Handle OOMEs in class linker with grace.Ian Rogers2013-08-274-13/+17
* Don't scan image space when starting runtime.Ian Rogers2013-08-232-13/+21
* Don't allow class status to go backward except for error.Ian Rogers2013-08-211-5/+12
* Merge "Get SEA fibonacci running in interpreter mode." into dalvik-devIan Rogers2013-08-161-0/+5
|\
| * Get SEA fibonacci running in interpreter mode.Dragos Sbirlea2013-08-161-0/+5
* | Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-0/+1
|/
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-1319-452/+425
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-093-98/+45
* Entry point clean up.Ian Rogers2013-08-072-5/+6
* Use unsigned comparison in String::CharAt.Sebastien Hertz2013-08-021-1/+2
* Merge "Ensure has_no_move_exception is initialized on all return paths." into...Ian Rogers2013-07-311-10/+14
|\
| * Ensure has_no_move_exception is initialized on all return paths.Ian Rogers2013-07-311-10/+14
* | Merge "Unsigned comparison for array bounds check." into dalvik-devIan Rogers2013-07-311-1/+1
|\ \ | |/ |/|
| * Unsigned comparison for array bounds check.Sebastien Hertz2013-07-231-1/+1
* | Portable refactorings.Ian Rogers2013-07-302-2/+2
* | Clear exception if catch block doesn't have move-exception.Ian Rogers2013-07-292-4/+12
* | Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-263-3/+3
* | am fb6996fe: Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issuesBrian Carlstrom2013-07-191-3/+3
|\ \ | |/ |/|
| * Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issuesBrian Carlstrom2013-07-181-3/+3
* | am 0cd7ec2d: Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-182-9/+3
|\ \ | |/
| * Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-182-9/+3
* | am 2ce745c0: Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-172-4/+4
|\ \ | |/
| * Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-172-4/+4
* | am fc0e3219: Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-1721-63/+63
|\ \ | |/
| * Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-1721-63/+63
* | Fixes to instrumentation for debug build and interpreter.Jeff Hao2013-07-171-4/+8
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-1232-0/+6590