summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/class.h
Commit message (Expand)AuthorAgeFilesLines
* New experimental GC stress modeMathieu Chartier2015-06-221-1/+5
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-104/+178
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+0
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-4/+11
* Replace NULL with nullptrMathieu Chartier2015-04-221-11/+11
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-0/+6
* ART: Clean up includes.Vladimir Marko2015-04-131-0/+2
* Move ArtField to nativeMathieu Chartier2015-04-101-32/+53
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-1/+1
* Assembly TLAB allocation fast path for x86_64.Hiroshi Yamauchi2015-03-201-0/+6
* Fix 003-omnibus-opcodes flaky failures with GSS GC.Hiroshi Yamauchi2015-03-191-1/+3
* 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
* | Set dex_cache_strings_ when we call Class::SetDexCacheMathieu Chartier2014-12-011-0/+1
* | Add a way to change the IMT sizeMathieu Chartier2014-11-261-1/+5
|/
* Move dexCacheStrings from ArtMethod to ClassMathieu Chartier2014-11-251-0/+10
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-0/+7
* Keep original order of fields in Class.Vladimir Marko2014-11-141-0/+10
* Delete unused imtable fieldMathieu Chartier2014-11-101-3/+0
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+1
* Tidy MethodProtoHelper.Ian Rogers2014-10-281-3/+3
* Optimize method linkingMathieu Chartier2014-10-271-34/+30
* Fix a DCHECK failure IsResolved() || IsErroneous().Hiroshi Yamauchi2014-10-211-1/+2
* Tracking change to make Class.getDeclaredFields/Methods publicBrian Carlstrom2014-10-161-1/+1
* Simplify instance reference offsets.Ian Rogers2014-10-091-34/+6
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-5/+17
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-2/+2
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-0/+10
* Fix cpplint issue.Brian Carlstrom2014-09-111-1/+1
* Merge "Add some comments for retired class."Mingyao Yang2014-09-111-1/+7
|\
| * Add some comments for retired class.Mingyao Yang2014-09-101-1/+7
* | ART: Correctly make methods preverifiedAndreas Gampe2014-09-111-4/+1
* | Remove reference_static_offsets used for iterating through class static fields.Mingyao Yang2014-09-101-11/+0
|/
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-2/+4
* Clean up Handle usage.Mathieu Chartier2014-08-231-1/+4
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-2/+6
* ART: Do not check interface being subclass for member accessAndreas Gampe2014-08-081-1/+1
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-1/+7
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-5/+5
* Set vtable in class object to null after linking.Mingyao Yang2014-07-221-1/+17
* Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Fred Shih2014-07-151-1/+10
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-28/+135
* Add missing class initialization during compilation and testsSebastien Hertz2014-07-101-0/+4
* Add read barriers to the constant roots.Hiroshi Yamauchi2014-06-271-3/+7
* Fix GetMethodID to find an interface method from a super-interfaceBrian Carlstrom2014-06-181-0/+3
* Make class status volatile.Ian Rogers2014-06-021-1/+2
* Simplify Class::IsArtFieldClass().Hiroshi Yamauchi2014-05-201-5/+3
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-5/+5
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-4/+21