Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
3bf94292bbc68b63f598f9b9bc9039be85938082
/
runtime
/
mirror
0225f8e
Revert "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 7 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 7 years ago
b40b7e7
Make libdexfile build independent of runtime dir
by David Sehr
· 7 years ago
5a61bb7
Start enforcing hidden API blacklist
by David Brazdil
· 7 years ago
8c0961f
Move missed files to libdexfile
by David Sehr
· 7 years ago
dc682aa
Use 28 bits for type check bit string.
by Vladimir Marko
· 7 years ago
118c59c
Merge "ART: Verifier support for VarHandles"
by Orion Hodson
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
2c64a83
Change ClassStatus to fit into 4 bits.
by Vladimir Marko
· 7 years ago
fe92d12
ART: Verifier support for VarHandles
by Orion Hodson
· 7 years ago
4557b38
ART: Rename Atomic::CompareExchange methods
by Orion Hodson
· 7 years ago
ffad668
ART: Add test for ArrayElementVarHandle offsets.
by Orion Hodson
· 7 years ago
8f514ee
Update java.lang.String class size.
by Alan Leung
· 7 years ago
666ee3d
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
by Vladimir Marko
· 7 years ago
0f13269
Merge changes I8c4cec43,I00634b89,I0579db64
by Vladimir Marko
· 7 years ago
8f1a586
Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672
by Treehugger Robot
· 7 years ago
af94020
Do not pass DexFile to ClassLinker::ResolveMethodType().
by Vladimir Marko
· 7 years ago
208f670
Change ArtField::ProxyFindSystemClass() to lookup the class.
by Vladimir Marko
· 7 years ago
170331f
ART: Remove base/logging from heap-inl.h
by Andreas Gampe
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
960d4f7
ART: Simplify MethodHandle invocations
by Orion Hodson
· 7 years ago
b0a6aee
Record @{Fast,Critical}Native in method's access flags.
by Vladimir Marko
· 7 years ago
cefd676
Merge "runtime: Bitstring implementation for subtype checking (4/4)."
by Treehugger Robot
· 7 years ago
86083f7
runtime: Bitstring implementation for subtype checking (4/4).
by Igor Murashkin
· 7 years ago
4098a7a
Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().
by Vladimir Marko
· 7 years ago
005ac51
ART: Add mirror classes for VarHandles
by Orion Hodson
· 7 years ago
43f0cdb
ART: Intrinsify polymorphic signature methods
by Orion Hodson
· 7 years ago
e7732be
ART: Implement missing mterp handlers
by Orion Hodson
· 7 years ago
2466d62
Pass methods array to GetMethodsSliceRangeUnchecked
by Mathieu Chartier
· 7 years ago
09659c2
ART: Remove heap poisoning from globals.h
by Andreas Gampe
· 7 years ago
217488a
ART: Move read barrier config out of globals
by Andreas Gampe
· 7 years ago
04c6ab9
ART: Forward declarations for InvokeType
by Andreas Gampe
· 8 years ago
3edbcdf
Merge "Revert "mirror: Make Class::Status 64-bit field""
by Treehugger Robot
· 7 years ago
cf83aaa
Revert "mirror: Make Class::Status 64-bit field"
by Igor Murashkin
· 7 years ago
e3f06d5
Merge "mirror: Make Class::Status 64-bit field"
by Treehugger Robot
· 7 years ago
de07216
mirror: Make Class::Status 64-bit field
by Igor Murashkin
· 7 years ago
0f3c700
Remove DexCache arrays from app oat .bss.
by Vladimir Marko
· 7 years ago
ee5303f
ART: Move Class::Status to ClassStatus
by Andreas Gampe
· 7 years ago
ad8ebb3
Use HeapReference for SafeGetClass
by Mathieu Chartier
· 7 years ago
ac50d97
Merge "Don't use fences to implement volatiles"
by Hans Boehm
· 7 years ago
cc55e1d
Don't use fences to implement volatiles
by Hans Boehm
· 7 years ago
895f922
ART: Fix up small header includes
by Andreas Gampe
· 8 years ago
afb6647
Fix verifier checks on interface methods.
by Alex Light
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
279cfba
MIPS: Follow-up to hash-based DexCache methods array
by Alexey Frunze
· 7 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 8 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 8 years ago
2bff9ca
ART: Remove more object_callbacks.h includes
by Andreas Gampe
· 8 years ago
0cb1728
Do superclass validation at compile time and log with new class status.
by Jeff Hao
· 8 years ago
f8db2c3
ART: Add support for constructor method handles
by Orion Hodson
· 8 years ago
a44c445
Fix compressible string check for ctors with `hibyte`.
by Vladimir Marko
· 8 years ago
6d3e768
Abstract SetField functions with Transaction check
by Chang Xing
· 8 years ago
f79aa7f
Small refactoring of field/method access checks.
by Vladimir Marko
· 8 years ago
aebfd20
Merge "Clean up ArraySlice<>."
by Vladimir Marko
· 8 years ago
9ac7749
Clean up ArraySlice<>.
by Vladimir Marko
· 8 years ago
b2d18fa
ART: Clean up asm_support.h
by Andreas Gampe
· 8 years ago
58794c5
Merge "ART: Refactor bit_utils and stl_util"
by Treehugger Robot
· 8 years ago
2722f38
ART: Fix old warnings
by Andreas Gampe
· 8 years ago
5678db5
ART: Refactor bit_utils and stl_util
by Andreas Gampe
· 8 years ago
3b7dc35
ART: Clean up allocator.h
by Andreas Gampe
· 8 years ago
508fdf3
ART: Small class-inl.h cleanup
by Andreas Gampe
· 8 years ago
2ff3b97
ART: More header cleanups
by Andreas Gampe
· 8 years ago
5d08fcc
ART: More header cleanups
by Andreas Gampe
· 8 years ago
57cf00b
ART: Remove old object_callbacks.h includes
by Andreas Gampe
· 8 years ago
6559ba1
Merge "Move to release CAS for updating object fields"
by Treehugger Robot
· 8 years ago
fdd513d
Move to release CAS for updating object fields
by Mathieu Chartier
· 8 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 8 years ago
d482e73
ART: More header cleanup - runtime.h
by Andreas Gampe
· 8 years ago
01f7743
ART: Fix some pedantic warnings
by Andreas Gampe
· 8 years ago
6680e33
Handle classes with a huge number of direct methods.
by Roland Levillain
· 8 years ago
c15a2f4
ART: Add object-readbarrier-inl.h
by Andreas Gampe
· 8 years ago
a1d2f95
ART: Clean up art_field.h
by Andreas Gampe
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
bc632f0
Improve VerifyNoFromSpaceRefsObjectVisitor logging
by Mathieu Chartier
· 8 years ago
d08f66f
Various debug ART GC performance improvements
by Mathieu Chartier
· 8 years ago
1e3926a
Free unneeded obsolete maps
by Alex Light
· 8 years ago
8c19d24
Refactor image writer
by Mathieu Chartier
· 8 years ago
1595815
MIPS: Implement read barriers.
by Alexey Frunze
· 8 years ago
d9911ee
ART: Clean up field initialization
by Andreas Gampe
· 8 years ago
7f56a74
Merge "Revert "Revert "Make original dex file be more deduplicated"""
by Treehugger Robot
· 8 years ago
2f814aa
Revert "Revert "Make original dex file be more deduplicated""
by Alex Light
· 8 years ago
a7c04c4
Revert "Make original dex file be more deduplicated"
by Nicolas Geoffray
· 8 years ago
f25cc73
Deterministic DexCache in heap images.
by Vladimir Marko
· 8 years ago
9556cb2
Make original dex file be more deduplicated
by Alex Light
· 8 years ago
8f2b925
Merge "ART: Get rid of most of java.lang.DexCache."
by Narayan Kamath
· 8 years ago
4f2e957
Ensure the GC visits Obsolete Methods
by Alex Light
· 8 years ago
6b2dc31
ART: Get rid of most of java.lang.DexCache.
by Narayan Kamath
· 8 years ago
4408ecb
Merge "Fix sign extension issues"
by Treehugger Robot
· 8 years ago
e9cd81c
Merge "Fix String::DoReplace() using obsolete `this`."
by Treehugger Robot
· 8 years ago
9e57aba
Fix String::DoReplace() using obsolete `this`.
by Vladimir Marko
· 8 years ago
32f5388
Fix sign extension issues
by Colin Cross
· 8 years ago
f44d36c
Revert^2 "Hash-based DexCache field array."
by Vladimir Marko
· 8 years ago
8d6768d
Revert^6 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
0b66d61
Revert^5 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
6374c58
Revert "Hash-based DexCache field array."
by Vladimir Marko
· 8 years ago
1aea351
Hash-based DexCache field array.
by Vladimir Marko
· 8 years ago
7ec0fde
Track libcore change 2c0c8889ff415431e3c2d6d5ac95748f8b284384.
by Narayan Kamath
· 8 years ago
7cc3ae5
Return the right value in VerifyClass.
by Nicolas Geoffray
· 8 years ago
bcf716f
Revert^2 "Enable String compression."
by Vladimir Marko
· 8 years ago
c73cb64
ART: Remove ObjPtr kPoison template parameter
by Andreas Gampe
· 8 years ago
Next »