index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
mirror
/
class-inl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
New experimental GC stress mode
Mathieu Chartier
2015-06-22
1
-1
/
+1
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-127
/
+188
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-0
/
+1
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-0
/
+4
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-11
/
+11
*
Fix DCHECK failures from Class::VisitFieldRoots
Mathieu Chartier
2015-04-13
1
-8
/
+14
*
ART: Clean up includes.
Vladimir Marko
2015-04-13
1
-8
/
+3
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-54
/
+56
*
Assembly TLAB allocation fast path for x86_64.
Hiroshi Yamauchi
2015-03-20
1
-2
/
+2
*
Add more info to GetSFields DCHECK
Mathieu Chartier
2015-03-15
1
-1
/
+1
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-1
/
+8
*
ART: More logging on GetAccessFlags failure
Andreas Gampe
2014-12-12
1
-1
/
+9
*
Fix OOM throwing if it happens in finalizer reference (take 2)
Pavel Vyssotski
2014-12-02
1
-0
/
+4
*
Move dexCacheStrings from ArtMethod to Class
Mathieu Chartier
2014-11-25
1
-0
/
+8
*
Keep original order of fields in Class.
Vladimir Marko
2014-11-14
1
-0
/
+30
*
ART: Replace COMPILE_ASSERT with static_assert (runtime)
Andreas Gampe
2014-11-03
1
-1
/
+1
*
Optimize method linking
Mathieu Chartier
2014-10-27
1
-12
/
+21
*
Fix a DCHECK failure IsResolved() || IsErroneous().
Hiroshi Yamauchi
2014-10-21
1
-5
/
+5
*
Revert "Fix OOM throwing if it happens in finalizer reference"
Nicolas Geoffray
2014-10-03
1
-4
/
+0
*
Fix OOM throwing if it happens in finalizer reference
Dmitry Petrochenko
2014-10-02
1
-0
/
+4
*
Some optimizations for the array alloc path.
Hiroshi Yamauchi
2014-09-25
1
-2
/
+13
*
ART: Correctly make methods preverified
Andreas Gampe
2014-09-11
1
-0
/
+9
*
Filling hole between subclass and superclass.
Fred Shih
2014-08-28
1
-5
/
+0
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-9
/
+31
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-3
/
+3
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
1
-5
/
+45
*
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-15
1
-0
/
+30
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-6
/
+106
*
Add missing class initialization during compilation and tests
Sebastien Hertz
2014-07-10
1
-0
/
+8
*
Add read barriers to the constant roots.
Hiroshi Yamauchi
2014-06-27
1
-2
/
+4
*
Add mark compact collector.
Mathieu Chartier
2014-06-19
1
-1
/
+3
*
Simplify Class::IsArtFieldClass().
Hiroshi Yamauchi
2014-05-20
1
-9
/
+4
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-13
/
+13
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-2
/
+22
*
Make it possible to disable read barriers in Class::GetObjectSize()
Hiroshi Yamauchi
2014-05-09
1
-1
/
+14
*
Merge "Add finalizer references from the entrypoints."
Mathieu Chartier
2014-05-02
1
-3
/
+12
|
\
|
*
Add finalizer references from the entrypoints.
Mathieu Chartier
2014-05-01
1
-3
/
+12
*
|
Replace the bool kDoReadBarrier template parameter with an enum.
Hiroshi Yamauchi
2014-05-01
1
-5
/
+5
|
/
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-42
/
+56
*
More code for the read barrier support.
Hiroshi Yamauchi
2014-04-22
1
-0
/
+13
*
Fix Object::Clone()'s pre-fence barrier.
Hiroshi Yamauchi
2014-04-03
1
-2
/
+9
*
Refactor object reference visiting logic.
Mathieu Chartier
2014-03-24
1
-0
/
+6
*
Fix SafePrettyTypeOf to never call VerifyObject.
Mathieu Chartier
2014-03-03
1
-1
/
+2
*
Fix and optimize verify object.
Mathieu Chartier
2014-02-21
1
-3
/
+7
*
Do not FixupStaticTrampolines of uninitialized classes
Brian Carlstrom
2014-02-19
1
-1
/
+1
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-16
/
+24
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-69
/
+61
*
Make DexCache references const.
Vladimir Marko
2014-02-04
1
-6
/
+6
*
Don't assume resolved type has the same dex cache.
Vladimir Marko
2014-02-03
1
-8
/
+32
*
Clean up access checks.
Vladimir Marko
2014-01-21
1
-0
/
+63
[next]