summaryrefslogtreecommitdiffstats
path: root/runtime/mirror
Commit message (Expand)AuthorAgeFilesLines
* Compacting collector.Mathieu Chartier2013-11-1114-129/+149
* Improve object clone performance and make compaction proof.Mathieu Chartier2013-11-061-23/+14
* Lazily compute object identity hash codes.Mathieu Chartier2013-10-312-5/+5
* Merge "Don't use UTF16 length as length for MUTF8." into dalvik-devIan Rogers2013-10-301-9/+9
|\
| * Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-9/+9
* | Merge "Implement Interface Method Tables (IMT)." into dalvik-devJeff Hao2013-10-296-1/+32
|\ \
| * | Implement Interface Method Tables (IMT).Jeff Hao2013-10-296-1/+32
| |/
* | Fix object identity hash.Mathieu Chartier2013-10-293-10/+56
|/
* Merge "Inline field and method resolution." into dalvik-devSebastien Hertz2013-10-291-2/+2
|\
| * Inline field and method resolution.Sebastien Hertz2013-10-281-2/+2
* | Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-0/+1
* | Fix incorrect initial dex cache size.Mathieu Chartier2013-10-232-3/+2
|/
* Fast JNI support.Ian Rogers2013-10-203-5/+15
* Clinits may not have the kAccConstructor flag.Ian Rogers2013-10-102-1/+2
* Improve quick codegen for aput-object.Ian Rogers2013-10-082-8/+20
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-023-11/+31
* Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-262-13/+86
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-254-11/+72
* Merge "Refactor and improve mod-union tables." into dalvik-devMathieu Chartier2013-09-251-0/+5
|\
| * Refactor and improve mod-union tables.Mathieu Chartier2013-09-251-0/+5
* | StringPiece clean up.Ian Rogers2013-09-241-7/+7
* | Fix handling of unresolved references in verifier.Jeff Hao2013-09-242-0/+11
|/
* Move hot utf routines into -inl.h.Ian Rogers2013-09-231-1/+1
* Use class def index from java.lang.Class.Ian Rogers2013-09-196-29/+33
* Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-132-0/+5
* More allocation code optimizations.Hiroshi Yamauchi2013-09-116-43/+46
* 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