index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
mirror
/
class.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "Optimize IMT""
Artem Udovichenko
2016-07-08
1
-11
/
+6
*
Revert "Optimize IMT"
Jeff Hao
2016-06-29
1
-6
/
+11
*
Optimize IMT
Nelli Kim
2016-06-21
1
-11
/
+6
*
ART: Add some reflection cutouts
Andreas Gampe
2016-04-18
1
-0
/
+11
*
Merge "ART: Add getDeclaredConstructor cutout for unstarted runtime" into nyc...
Andreas Gampe
2016-04-06
1
-2
/
+28
|
\
|
*
ART: Add getDeclaredConstructor cutout for unstarted runtime
Andreas Gampe
2016-04-05
1
-2
/
+28
|
*
ART: Add unstarted-runtime functions
Andreas Gampe
2016-02-25
1
-0
/
+84
*
|
Move DCHECK into loop.
Aart Bik
2016-04-04
1
-2
/
+3
*
|
ART: Add unstarted-runtime functions
Andreas Gampe
2016-02-26
1
-0
/
+84
|
/
*
Small inlining improvements.
Nicolas Geoffray
2016-02-18
1
-0
/
+6
*
runtime: Don't skip verification for -Xverify:soft-fail
Igor Murashkin
2016-02-03
1
-2
/
+2
*
Implement first kind of polymorphic inlining.
Nicolas Geoffray
2016-01-28
1
-0
/
+10
*
Support directly invoking interface default methods
Alex Light
2016-01-12
1
-0
/
+65
*
Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror...
Alex Light
2015-12-16
1
-10
/
+7
*
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
Alex Light
2015-12-15
1
-7
/
+10
*
Combine direct_methods_ and virtual_methods_ fields of mirror::Class
Alex Light
2015-12-14
1
-10
/
+7
*
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
Nicolas Geoffray
2015-11-24
1
-11
/
+8
*
lambda: Add support for invoke-interface for boxed innate lambdas
Igor Murashkin
2015-11-20
1
-8
/
+11
*
Merge "Implement common super type in reference type propagation."
Calin Juravle
2015-11-18
1
-0
/
+12
|
\
|
*
Implement common super type in reference type propagation.
Calin Juravle
2015-11-17
1
-0
/
+12
*
|
Correct exception behavior for default methods
Alex Light
2015-11-10
1
-2
/
+2
|
/
*
ART: Change behavior for rethrowing init failures (2)
Andreas Gampe
2015-11-04
1
-36
/
+3
*
ART: Change behavior for rethrowing init failures
Andreas Gampe
2015-11-04
1
-1
/
+16
*
Reduce memory used by CompiledMethods.
Vladimir Marko
2015-10-27
1
-1
/
+1
*
Use binary search for FindDeclaredInstance/StaticField
Mathieu Chartier
2015-10-21
1
-23
/
+50
*
Merge "Address some comments for class flags"
Mathieu Chartier
2015-08-26
1
-1
/
+1
|
\
|
*
Address some comments for class flags
Mathieu Chartier
2015-08-25
1
-1
/
+1
*
|
Revert "Revert "Move annotations to native.""
Jeff Hao
2015-08-25
1
-0
/
+10
|
/
*
Merge "Revert "Move annotations to native.""
Roland Levillain
2015-08-25
1
-10
/
+0
|
\
|
*
Revert "Move annotations to native."
Roland Levillain
2015-08-25
1
-10
/
+0
*
|
ART: Add VLOG printing of SetStatus(Error)
Andreas Gampe
2015-08-24
1
-0
/
+6
|
/
*
Move annotations to native.
Jeff Hao
2015-08-21
1
-0
/
+10
*
Add class flags to class to help GC scanning
Mathieu Chartier
2015-08-21
1
-0
/
+1
*
Always visit object class from VisitReferences
Mathieu Chartier
2015-08-18
1
-2
/
+2
*
Remove unnecessary `explicit` qualifiers on constructors.
Roland Levillain
2015-08-12
1
-3
/
+3
*
Do read barriers on native roots in CopyClassVisitor
Mathieu Chartier
2015-08-10
1
-0
/
+32
*
Move to newer clang annotations
Mathieu Chartier
2015-07-22
1
-1
/
+1
*
Fix proxy handling in FindDeclaredVirtualMethod
Mathieu Chartier
2015-07-10
1
-2
/
+4
*
Fix accidental IMT and root marking regression
Mathieu Chartier
2015-06-01
1
-1
/
+1
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-29
1
-120
/
+130
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-4
/
+0
*
Add AbstractMethod, Constructor, Method
Mathieu Chartier
2015-04-21
1
-0
/
+22
*
ART: Clean up includes.
Vladimir Marko
2015-04-13
1
-1
/
+6
*
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-2
/
+2
*
ART: Change RETURN_OBJECT verification for arrays
Andreas Gampe
2015-03-26
1
-2
/
+6
*
Fix 003-omnibus-opcodes flaky failures with GSS GC.
Hiroshi Yamauchi
2015-03-19
1
-20
/
+22
*
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-9
/
+3
*
Change how we report exceptions to the debugger.
Nicolas Geoffray
2015-03-03
1
-2
/
+0
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-3
/
+1
*
Set dex_cache_strings_ when we call Class::SetDexCache
Mathieu Chartier
2014-12-01
1
-0
/
+1
[next]