Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
0cb22d07e18e1bcf7f545f1a587e3ebbec9f99cb
/
runtime
/
class_linker.cc
1b1e31f
Only fill methods with 0xFE on debug builds
by Mathieu Chartier
· 9 years ago
989ab3b
Catch classes inheriting from themselves in the class linker.
by Roland Levillain
· 9 years ago
f0192c8
Support to pass <uses-library> option through to dex2oat.
by Jeff Hao
· 9 years ago
10c5f56
Prevent ArtMethod clearing race
by Mathieu Chartier
· 9 years ago
66630be
Update comment in class_linker.cc
by Alex Light
· 9 years ago
d6c2bfa
Fix vtable corruption.
by Alex Light
· 9 years ago
b384e5e
Fix profile saver to use base dex location
by Mathieu Chartier
· 9 years ago
de604a2
Merge changes I96464d76,Id5e77316,Icb42a081,I68afc181,I82094e46
by Calin Juravle
· 9 years ago
91288d8
Revert "Revert "Write conflict tables in image""
by Mathieu Chartier
· 9 years ago
d23d7d1
Revert "Write conflict tables in image"
by Mathieu Chartier
· 9 years ago
ffc8707
Split profile recording from jit compilation
by Calin Juravle
· 9 years ago
e42888f
Write conflict tables in image
by Mathieu Chartier
· 9 years ago
7f98c9a
Add support for eagerly calculating conflict tables
by Mathieu Chartier
· 9 years ago
53954b9
ART: Slightly change InitializeClass flow
by Andreas Gampe
· 9 years ago
6d25cf6
Fix InsertDexFileInToClassLoader to handle null class loaders
by Mathieu Chartier
· 9 years ago
31b66aa
Merge "Fix issued with non-public interface methods."
by Alex Light
· 9 years ago
d7c10c2
Fix issued with non-public interface methods.
by Alex Light
· 9 years ago
06039ba
Fix issue with verification check failure on erroneous classes.
by Alex Light
· 9 years ago
19a4784
Merge changes from topic 'image_verify'
by Mathieu Chartier
· 9 years ago
b0026b4
Disable checks for b/27493510
by Mathieu Chartier
· 9 years ago
884f3b8
ART: Do not run verification under lock
by Andreas Gampe
· 9 years ago
a0b9521
Add verification for image ArtMethod declaring classes
by Mathieu Chartier
· 9 years ago
cac5a7e
Optimizing: Improve const-string code generation.
by Vladimir Marko
· 9 years ago
7fe3023
ART: Make verifier fail log level adjustable
by Andreas Gampe
· 9 years ago
796d630
Add an ImtConflictTable to better resolve IMT conflicts.
by Nicolas Geoffray
· 9 years ago
4485c69
Merge "Disable LZ4HC compressed images"
by Mathieu Chartier
· 9 years ago
9894fc8
Disable LZ4HC compressed images
by Mathieu Chartier
· 9 years ago
1153282
Merge "Code cleanup between debugger and jit."
by Nicolas Geoffray
· 9 years ago
6300fd7
Code cleanup between debugger and jit.
by Nicolas Geoffray
· 9 years ago
a807780
Add verify-profile compiler filter
by Mathieu Chartier
· 9 years ago
e9e98f1
Merge "Do not JIT boot image during native-debugging (keep AOT code instead)."
by David Srbecky
· 9 years ago
e9dd04f
Revert "Revert "Fix issue with proxy invocation on default methods""
by Alex Light
· 9 years ago
f448016
Do not JIT boot image during native-debugging (keep AOT code instead).
by David Srbecky
· 9 years ago
a67a089
Merge "Revert "Fix issue with proxy invocation on default methods""
by Alex Light
· 9 years ago
daf58c8
Revert "Fix issue with proxy invocation on default methods"
by Alex Light
· 9 years ago
932e6bf
Merge "Fix issue with proxy invocation on default methods"
by Alex Light
· 9 years ago
879d27b
ART: Fix ignoring duplicate fields.
by Vladimir Marko
· 9 years ago
ec3b7ab
Fix issue with proxy invocation on default methods
by Alex Light
· 9 years ago
0b4cbd0
Add oatdump support for app images
by Mathieu Chartier
· 9 years ago
1a7beae
ART: Fix assumption in class profile collection
by Andreas Gampe
· 9 years ago
0c344f2
Fix lock order violation
by Mathieu Chartier
· 9 years ago
32ce2ad
Add more systracing everywhere
by Mathieu Chartier
· 9 years ago
095a0b2
Remove no thread suspension assert in AddImageSpace
by Mathieu Chartier
· 9 years ago
6973100
Only visit app image classes in class loader
by Mathieu Chartier
· 9 years ago
5b83050
Fix potential linear alloc memory leak
by Mathieu Chartier
· 9 years ago
c5dd319
Add and use loaded class profiling
by Mathieu Chartier
· 10 years ago
9ed87a8
Merge "AOT compile framework code as non-debuggable"
by Mingyao Yang
· 9 years ago
6ea1a0e
AOT compile framework code as non-debuggable
by Mingyao Yang
· 9 years ago
3612149
Make JNI work correctly with default methods.
by Alex Light
· 9 years ago
fcea56f
Fix issue with copied methods not being checked.
by Alex Light
· 9 years ago
dd5e5e9
Revert "Revert "Make it possible to enable native debugging through debug flags""
by Tamas Berghammer
· 9 years ago
9fab717
Merge "Revert "Make it possible to enable native debugging through debug flags""
by Tamas Berghammer
· 9 years ago
3a98aae
Revert "Make it possible to enable native debugging through debug flags"
by Tamas Berghammer
· 9 years ago
27ec302
Merge "Make it possible to enable native debugging through debug flags"
by Tamas Berghammer
· 9 years ago
c94a61f
Make it possible to enable native debugging through debug flags
by Tamas Berghammer
· 9 years ago
37c36dc
Merge "ART: Better InitWithoutImage error messages"
by Andreas Gampe
· 9 years ago
7ba5a67
ART: Better InitWithoutImage error messages
by Andreas Gampe
· 9 years ago
e99d23a
Merge "madvise away app image dex cache arrays"
by Mathieu Chartier
· 9 years ago
8c4f041
madvise away app image dex cache arrays
by Mathieu Chartier
· 9 years ago
867d63b
Merge "runtime: Don't skip verification for -Xverify:soft-fail"
by Igor Murashkin
· 9 years ago
df707e4
runtime: Don't skip verification for -Xverify:soft-fail
by Igor Murashkin
· 9 years ago
e968112
Merge changes I44ee74d8,I78b17187
by Igor Murashkin
· 9 years ago
9b1c9b7
Fix updating string dex cache array for no class table case
by Mathieu Chartier
· 9 years ago
e3d4ff5
runtime: Update Proxy to assume 1 less direct method
by Igor Murashkin
· 9 years ago
69a0405
ART: Clean up strings fixup for app images.
by Vladimir Marko
· 9 years ago
1aa8ec2
Fix up dex cache strings stored in classes
by Mathieu Chartier
· 9 years ago
5a55986
Fix issue with exception type resolution during linking.
by Alex Light
· 9 years ago
392899e
Merge "ART: Dump full exception on re-init failure message"
by Andreas Gampe
· 9 years ago
369c851
ART: Dump full exception on re-init failure message
by Andreas Gampe
· 9 years ago
09cd656
Merge "Fix issue with IMT dispatch."
by Alex Light
· 9 years ago
7f3e0db
Change log to avoid polluting logcat.
by Nicolas Geoffray
· 9 years ago
d329a3b
Fix pointer conversion error in SetElementPtrSize
by Mathieu Chartier
· 9 years ago
1277108
Fix issue with IMT dispatch.
by Alex Light
· 9 years ago
902838d
Merge "Remove GetImageRoots read barrier for image relocation"
by Mathieu Chartier
· 9 years ago
4a26f17
Remove GetImageRoots read barrier for image relocation
by Mathieu Chartier
· 9 years ago
7617216
Convert to UTF8 before doing dex file location comparison
by Mathieu Chartier
· 9 years ago
7ccb63f
Merge "Enable interface default methods by default."
by Alex Light
· 9 years ago
9724c63
Enable interface default methods by default.
by Neil Fuller
· 10 years ago
fbc3108
Revert "Revert "Load app images""
by Mathieu Chartier
· 9 years ago
1bc977c
Revert "Load app images"
by Nicolas Geoffray
· 9 years ago
f7fd970
Load app images
by Mathieu Chartier
· 10 years ago
697cc25
Merge "Report loaded classes to native debugger."
by David Srbecky
· 9 years ago
160e6df
Report loaded classes to native debugger.
by Tamas Berghammer
· 10 years ago
966878d
Revert "Create parent class loader for dex2oat"
by Mathieu Chartier
· 10 years ago
7b4199a
Merge "Support directly invoking interface default methods"
by Alex Light
· 10 years ago
705ad49
Support directly invoking interface default methods
by Alex Light
· 10 years ago
acd7a6a
Fix general multi-image TODOs.
by Jeff Hao
· 10 years ago
1f47b67
Re-enable class table for image writer
by Mathieu Chartier
· 10 years ago
1c1a342
Fix multi-image TODOs in class linker, runtime, and oat file.
by Jeff Hao
· 10 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 10 years ago
6b1a50b
Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df am: 8a5e8d0118
by Mathieu Chartier
· 10 years ago
9865bde
Rename NullHandle to ScopedNullHandle
by Mathieu Chartier
· 10 years ago
1fc9ac7
Merge "Make use of new method iterators." am: 045d37ae20 am: c4affaa361
by Alex Light
· 10 years ago
9c55729
resolve merge conflicts of 9f784b26a1 to master.
by Alex Light
· 10 years ago
51a64d5
Make use of new method iterators.
by Alex Light
· 10 years ago
e64300b
Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""
by Alex Light
· 10 years ago
2efb0aa
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
by Alex Light
· 10 years ago
ae358c1
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
by Alex Light
· 10 years ago
9539150
Combine direct_methods_ and virtual_methods_ fields of mirror::Class
by Alex Light
· 10 years ago
6286a97
Combine direct_methods_ and virtual_methods_ fields of mirror::Class
by Alex Light
· 10 years ago
Next »