summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/class-inl.h
Commit message (Expand)AuthorAgeFilesLines
* Don't assume resolved classses are filled in for ResolvedFieldAccessTestMathieu Chartier2016-09-081-4/+30
* Revert "Revert "Optimize IMT""Artem Udovichenko2016-07-081-51/+23
* Revert "Optimize IMT"Jeff Hao2016-06-291-23/+51
* Optimize IMTNelli Kim2016-06-211-51/+23
* Remove bogus DCHECK.Nicolas Geoffray2016-05-251-2/+0
* Remove bogus DCHECK().Vladimir Marko2016-03-211-2/+0
* Revert "ProfilingInfo roots should be visited by the declaring class."Hiroshi Yamauchi2016-03-071-7/+0
* Revert "Query declaring class before querying IsNative."Hiroshi Yamauchi2016-03-071-1/+1
* Query declaring class before querying IsNative.Nicolas Geoffray2016-03-041-1/+1
* ProfilingInfo roots should be visited by the declaring class.Nicolas Geoffray2016-03-031-0/+7
* Make JNI work correctly with default methods.Alex Light2016-02-231-1/+1
* Disable read barriers in GC VisitReferences calls.Hiroshi Yamauchi2016-02-181-1/+2
* Fix remaining read barrier issues in image relocationMathieu Chartier2016-02-021-7/+13
* Cast method pointer to uintptr_t before uint64_tMathieu Chartier2016-01-261-2/+2
* Revert "Revert "Load app images""Mathieu Chartier2016-01-251-12/+27
* Revert "Load app images"Nicolas Geoffray2016-01-231-27/+12
* Load app imagesMathieu Chartier2016-01-221-12/+27
* Support directly invoking interface default methodsAlex Light2016-01-121-0/+1
* Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror...Alex Light2015-12-161-61/+160
* Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"Alex Light2015-12-151-160/+61
* Combine direct_methods_ and virtual_methods_ fields of mirror::ClassAlex Light2015-12-141-61/+160
* Revert "lambda: Add support for invoke-interface for boxed innate lambdas"Nicolas Geoffray2015-11-241-25/+11
* lambda: Add support for invoke-interface for boxed innate lambdasIgor Murashkin2015-11-201-11/+25
* Refactor some patching logicMathieu Chartier2015-11-161-0/+51
* ART: Change behavior for rethrowing init failuresAndreas Gampe2015-11-041-9/+0
* Reduce memory used by CompiledMethods.Vladimir Marko2015-10-271-4/+4
* Add initial default method support to ArtAlex Light2015-10-131-1/+2
* Use image pointer size for profile infoMathieu Chartier2015-09-151-2/+2
* ART: Move DexCache arrays to native.Vladimir Marko2015-09-031-4/+4
* Add class flags to class to help GC scanningMathieu Chartier2015-08-211-2/+11
* Always visit object class from VisitReferencesMathieu Chartier2015-08-181-3/+3
* ART: Rename ArtMethod's size and alignment methods.Vladimir Marko2015-08-171-10/+10
* ART: Compress LengthPrefixedArray on 32-bit targets.Vladimir Marko2015-08-171-9/+17
* Move ArtFields and ArtMethods to be a length prefixed arrayMathieu Chartier2015-08-051-92/+80
* Revert "Revert "Revert "Revert "Use the object class as top in reference type...Calin Juravle2015-07-291-0/+27
* Merge "Revert "Revert "Revert "Use the object class as top in reference type ...Calin Juravle2015-07-281-27/+0
|\
| * Revert "Revert "Revert "Use the object class as top in reference type propaga...Calin Juravle2015-07-281-27/+0
* | Merge "Revert "Revert "Use the object class as top in reference type propagat...Calin Juravle2015-07-281-0/+27
|\|
| * Revert "Revert "Use the object class as top in reference type propagation""Calin Juravle2015-07-271-0/+27
* | Visit class native roots from VisitReferencesMathieu Chartier2015-07-241-2/+6
|/
* Revert "Use the object class as top in reference type propagation"Calin Juravle2015-07-221-27/+0
* Use the object class as top in reference type propagationCalin Juravle2015-07-211-0/+27
* Change VisitNativeRoots to use unchecked get for method arraysMathieu Chartier2015-07-101-2/+3
* Fix race condition for method root marking in VisitNativeRootsMathieu Chartier2015-07-101-4/+14
* Merge "Replace some run-time assertions with compile-time ones in ART."Roland Levillain2015-06-231-2/+4
|\
| * Replace some run-time assertions with compile-time ones in ART.Roland Levillain2015-06-181-2/+4
* | New experimental GC stress modeMathieu Chartier2015-06-221-1/+1
|/
* runtime: Minor cleanup and extra comments around interpreterIgor Murashkin2015-06-111-1/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-127/+188
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1