Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
f71ad9ede9ae322a897e8fe407208dc35c5dee65
/
runtime
/
mirror
1463285
ART: Rename ArtMethod's size and alignment methods.
by Vladimir Marko
· 9 years ago
cf36d49
ART: Compress LengthPrefixedArray on 32-bit targets.
by Vladimir Marko
· 9 years ago
7c2af0d
Merge "Remove unnecessary `explicit` qualifiers on constructors."
by Roland Levillain
· 9 years ago
e4275c0
Visit class roots from ClassLoader::VisitReferences
by Mathieu Chartier
· 9 years ago
3887c46
Remove unnecessary `explicit` qualifiers on constructors.
by Roland Levillain
· 9 years ago
c0fe56a
Address some comments
by Mathieu Chartier
· 9 years ago
3ee25bb
Do read barriers on native roots in CopyClassVisitor
by Mathieu Chartier
· 9 years ago
6b06953
Add class table field to class loader
by Mathieu Chartier
· 9 years ago
54d220e
Move ArtFields and ArtMethods to be a length prefixed array
by Mathieu Chartier
· 9 years ago
2e76830
Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation""""
by Calin Juravle
· 9 years ago
431403a
Merge "Revert "Revert "Revert "Use the object class as top in reference type propagation""""
by Calin Juravle
· 9 years ago
b734808
Revert "Revert "Revert "Use the object class as top in reference type propagation"""
by Calin Juravle
· 9 years ago
48215e2
Merge "Revert "Revert "Use the object class as top in reference type propagation"""
by Calin Juravle
· 9 years ago
80caa14
Revert "Revert "Use the object class as top in reference type propagation""
by Calin Juravle
· 10 years ago
da7c650
Visit class native roots from VisitReferences
by Mathieu Chartier
· 10 years ago
ed8990a
Add some more uninterruptible annotations
by Mathieu Chartier
· 10 years ago
4e2cb09
Add uninterruptible role
by Mathieu Chartier
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
32d7806
Merge "Revert "Use the object class as top in reference type propagation""
by Calin Juravle
· 10 years ago
7733bd6
Revert "Use the object class as top in reference type propagation"
by Calin Juravle
· 10 years ago
e6e38ce
Merge "Use the object class as top in reference type propagation"
by Calin Juravle
· 10 years ago
3fabec7
Use the object class as top in reference type propagation
by Calin Juravle
· 10 years ago
fab6788
Fix FieldGap priority queue ordering bug.
by Richard Uhler
· 10 years ago
72156e2
Fix proxy handling in FindDeclaredVirtualMethod
by Mathieu Chartier
· 10 years ago
22a07b9
Change VisitNativeRoots to use unchecked get for method arrays
by Mathieu Chartier
· 10 years ago
1de19d0
Fix race condition for method root marking in VisitNativeRoots
by Mathieu Chartier
· 10 years ago
d4a02cf
Merge "Replace some run-time assertions with compile-time ones in ART."
by Roland Levillain
· 10 years ago
ac854d2
Merge "New experimental GC stress mode"
by Mathieu Chartier
· 10 years ago
3100080
New experimental GC stress mode
by Mathieu Chartier
· 10 years ago
b7c8c1a
Make large string use large object space.
by Jeff Hao
· 10 years ago
33d6903
Replace some run-time assertions with compile-time ones in ART.
by Roland Levillain
· 10 years ago
c449e8b
runtime: Minor cleanup and extra comments around interpreter
by Igor Murashkin
· 10 years ago
08ac922
Fix JNI GetSuperClasss
by Brian Carlstrom
· 10 years ago
4edd847
Fix accidental IMT and root marking regression
by Mathieu Chartier
· 10 years ago
c2ec628
Merge "Fix JDWP tests after ArtMethod change"
by Sebastien Hertz
· 10 years ago
415fd08
Fix JDWP tests after ArtMethod change
by Sebastien Hertz
· 10 years ago
6e1372f
ART: Fix casts for 64-bit pointers on 32-bit compiler.
by Vladimir Marko
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
33d75bc
Merge "ART: Fix VerifyObject runtime verification"
by Andreas Gampe
· 10 years ago
3b45ef2
ART: Fix VerifyObject runtime verification
by Andreas Gampe
· 10 years ago
dc31313
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
by Vladimir Marko
· 10 years ago
03b5a39
Merge "Fix for potential moving GC bugs around proxy class."
by Hiroshi Yamauchi
· 10 years ago
679b1cf
Fix for potential moving GC bugs around proxy class.
by Hiroshi Yamauchi
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
f39c9eb
Fix a few literals and assertions.
by Roland Levillain
· 10 years ago
e12997f
Return an invalid StackMap when one cannot be found.
by Nicolas Geoffray
· 10 years ago
2debd80
Fix a cts crash around proxy class fields.
by Hiroshi Yamauchi
· 10 years ago
eb2baaf
Print field info on mark sweep invalid ref crash.
by Hiroshi Yamauchi
· 10 years ago
db30566
Remove unused StackHandleScope
by Sebastien Hertz
· 10 years ago
4a24858
Fix possible null deference in Throwable::Dump
by Mathieu Chartier
· 10 years ago
81aa012
Fix some compaction bugs in string allocation
by Mathieu Chartier
· 10 years ago
9d1e190
Merge "Replace String CharArray with internal uint16_t array."
by Jeff Hao
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
60f63f5
Use the lock word bits for Baker-style read barrier.
by Hiroshi Yamauchi
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
fc58af4
Add AbstractMethod, Constructor, Method
by Mathieu Chartier
· 10 years ago
00e466d
Fix build
by Mathieu Chartier
· 10 years ago
d3ed9a3
Fix DCHECK failures from Class::VisitFieldRoots
by Mathieu Chartier
· 10 years ago
4b5673b
Merge "ART: Clean up includes."
by Vladimir Marko
· 10 years ago
fac107b
Merge "JDWP: fix thread_list deadlock"
by Sebastien Hertz
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
c136312
Avoid using dex cache array pointers in libart.
by Vladimir Marko
· 10 years ago
6920639
JDWP: fix thread_list deadlock
by Sebastien Hertz
· 10 years ago
65b798e
ART: Enable more Clang warnings
by Andreas Gampe
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
f93c6fe
Merge "Fixed layout for dex caches in boot image."
by Vladimir Marko
· 10 years ago
20f8559
Fixed layout for dex caches in boot image.
by Vladimir Marko
· 10 years ago
daaf326
Add AccessibleObject and Field to mirror
by Mathieu Chartier
· 10 years ago
4585f87
ART: Some runtime cleanup
by Andreas Gampe
· 10 years ago
86787d0
Merge "ART: PathClassLoader for compiler"
by Andreas Gampe
· 10 years ago
81c6f8d
ART: PathClassLoader for compiler
by Andreas Gampe
· 10 years ago
16f149c
ART: Change RETURN_OBJECT verification for arrays
by Andreas Gampe
· 10 years ago
eb07669
JDWP: Optimized single step during debugging
by Daniel Mihalyi
· 10 years ago
3743174
Merge "Assembly TLAB allocation fast path for x86_64."
by Hiroshi Yamauchi
· 10 years ago
e01a520
Assembly TLAB allocation fast path for x86_64.
by Hiroshi Yamauchi
· 10 years ago
37c22c6
Merge "Compress the StackMaps."
by Nicolas Geoffray
· 10 years ago
004c230
Compress the StackMaps.
by Nicolas Geoffray
· 10 years ago
39374ce
Merge "Remember whether a method was worth inlining."
by Nicolas Geoffray
· 10 years ago
c0365b1
Remember whether a method was worth inlining.
by Nicolas Geoffray
· 10 years ago
5b783e6
Fix 003-omnibus-opcodes flaky failures with GSS GC.
by Hiroshi Yamauchi
· 10 years ago
987ca8b
Add more info to GetSFields DCHECK
by Mathieu Chartier
· 10 years ago
dd9d055
ART: More cutouts for unstarted runtime
by Andreas Gampe
· 10 years ago
0aa50ce
Remove ThrowLocation.
by Nicolas Geoffray
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 10 years ago
3d7d2af
Merge "Change how we report exceptions to the debugger."
by Nicolas Geoffray
· 10 years ago
e15ea08
Reserve bits in the lock word for read barriers.
by Hiroshi Yamauchi
· 10 years ago
7642cfc
Change how we report exceptions to the debugger.
by Nicolas Geoffray
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
a5afcfc
Be more lenient with 4 byte UTF-8 sequences.
by Narayan Kamath
· 10 years ago
966c3ae
Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""
by Mark P Mendell
· 10 years ago
949c91f
Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"
by Vladimir Marko
· 10 years ago
ebb3cbc
Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)"
by Vladimir Marko
· 10 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
3d2c8e7
ART: Implement X86 hard float (Quick/JNI/Baseline)
by Mark Mendell
· 10 years ago
7380c31
Fix infinite loop in GenerateIdentityHashCode
by tony.ys_liu
· 10 years ago
e34fa1d
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 10 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 10 years ago
Next »