Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
35fd969d663f8f89ecdbdb14e52e4f03e37d3f86
/
runtime
/
class_linker.cc
064e9d4
Fix lock order violation
by Mathieu Chartier
· 9 years ago
03c1dd9
Add verification for image ArtMethod declaring classes
by Mathieu Chartier
· 9 years ago
c5b94f8
Merge "Add more systracing everywhere" into nyc-dev
by Mathieu Chartier
· 9 years ago
f28a99a
Fix potential linear alloc memory leak
by Mathieu Chartier
· 9 years ago
dabdc0f
Add more systracing everywhere
by Mathieu Chartier
· 9 years ago
88027bd
Only visit app image classes in class loader
by Mathieu Chartier
· 9 years ago
8913fc1
Add and use loaded class profiling
by Mathieu Chartier
· 9 years ago
7ead0c0
Make JNI work correctly with default methods.
by Alex Light
· 9 years ago
d07e1b3
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
· 9 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
· 9 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
· 9 years ago
966878d
Revert "Create parent class loader for dex2oat"
by Mathieu Chartier
· 9 years ago
7b4199a
Merge "Support directly invoking interface default methods"
by Alex Light
· 9 years ago
705ad49
Support directly invoking interface default methods
by Alex Light
· 9 years ago
acd7a6a
Fix general multi-image TODOs.
by Jeff Hao
· 9 years ago
1f47b67
Re-enable class table for image writer
by Mathieu Chartier
· 9 years ago
1c1a342
Fix multi-image TODOs in class linker, runtime, and oat file.
by Jeff Hao
· 9 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 9 years ago
6b1a50b
Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df am: 8a5e8d0118
by Mathieu Chartier
· 9 years ago
9865bde
Rename NullHandle to ScopedNullHandle
by Mathieu Chartier
· 9 years ago
1fc9ac7
Merge "Make use of new method iterators." am: 045d37ae20 am: c4affaa361
by Alex Light
· 9 years ago
9c55729
resolve merge conflicts of 9f784b26a1 to master.
by Alex Light
· 9 years ago
51a64d5
Make use of new method iterators.
by Alex Light
· 9 years ago
e64300b
Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""
by Alex Light
· 9 years ago
2efb0aa
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
by Alex Light
· 9 years ago
ae358c1
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
by Alex Light
· 9 years ago
9539150
Combine direct_methods_ and virtual_methods_ fields of mirror::Class
by Alex Light
· 9 years ago
6286a97
Combine direct_methods_ and virtual_methods_ fields of mirror::Class
by Alex Light
· 9 years ago
673fdc7
Merge "ART: Stash a resolved method late in the verifier" am: 748047de83
by Andreas Gampe
· 9 years ago
5cb6cf5
Merge "Revert "ART: Check invoke-interface earlier in verifier"" am: 170e01a6b5
by Andreas Gampe
· 9 years ago
e8f3f4e
Merge "ART: Refactor verifier callbacks" am: 34760f9a97 am: 6e0e9c77b0
by Andreas Gampe
· 9 years ago
42ef8ab
ART: Stash a resolved method late in the verifier
by Andreas Gampe
· 9 years ago
c96205e
Revert "ART: Check invoke-interface earlier in verifier"
by Andreas Gampe
· 9 years ago
53e32d1
ART: Refactor verifier callbacks
by Andreas Gampe
· 9 years ago
1158d4f
Merge "ART: Check invoke-interface earlier in verifier" am: eb5ddd7b02
by Andreas Gampe
· 9 years ago
eb5ddd7
Merge "ART: Check invoke-interface earlier in verifier"
by Andreas Gampe
· 9 years ago
dae2414
ART: Check invoke-interface earlier in verifier
by Andreas Gampe
· 9 years ago
2b71f69
Merge "Store class tables in the image" am: a616b4e086 am: e8d71c13ad
by Mathieu Chartier
· 9 years ago
208a5cb
Store class tables in the image
by Mathieu Chartier
· 9 years ago
a7a4759
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 9 years ago
3a09092
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 9 years ago
121b25e
Merge mnc-dr-enso-dev into goog/master
by Przemyslaw Szczepaniak
· 9 years ago
457e874
lambda: Add support for invoke-interface for boxed innate lambdas
by Igor Murashkin
· 9 years ago
d37d364
Create parent class loader for dex2oat
by Mathieu Chartier
· 9 years ago
3db9c5d
ART: Change Init{From,Without}Image to return bool
by Andreas Gampe
· 9 years ago
04302db
Fix class unloading with the CC collector.
by Hiroshi Yamauchi
· 9 years ago
4678b6b
Merge mnc changes into mnc-dr
by Narayan Kamath
· 9 years ago
dcf1b59
Fix Constructor#serializationCopy
by Przemyslaw Szczepaniak
· 9 years ago
d1ef436
Merge lmp changes into mnc.
by Narayan Kamath
· 9 years ago
073b16c
Image space cleanup for app images
by Mathieu Chartier
· 9 years ago
9139e00
Correct exception behavior for default methods
by Alex Light
· 9 years ago
78232f2
Merge "ART: Rerun the verifier for compile-time failures"
by Andreas Gampe
· 9 years ago
f1584a6
Merge "Class Linker: Implement default interface verification ordering."
by Alex Light
· 9 years ago
f1f1049
Class Linker: Implement default interface verification ordering.
by Alex Light
· 9 years ago
ec6e6c1
ART: Rerun the verifier for compile-time failures
by Andreas Gampe
· 9 years ago
3b021bf
Update the number of direct methods in j.l.reflect.Proxy.
by Piotr Jastrzebski
· 10 years ago
ef7ef4c
Merge "ART: Change behavior for rethrowing init failures (2)"
by Andreas Gampe
· 9 years ago
2fa6842
Merge "ART: Fix ignoring duplicate fields when loading class."
by Vladimir Marko
· 9 years ago
da5b28a
Revert "Revert "Add basic image writer support for app images""
by Mathieu Chartier
· 9 years ago
81819db
ART: Fix ignoring duplicate fields when loading class.
by Vladimir Marko
· 9 years ago
c09b334
Merge "Revert "Add basic image writer support for app images""
by Nicolas Geoffray
· 9 years ago
4b01856
Revert "Add basic image writer support for app images"
by Nicolas Geoffray
· 9 years ago
a930832
Merge "Add basic image writer support for app images"
by Mathieu Chartier
· 9 years ago
cb08695
ART: Change behavior for rethrowing init failures (2)
by Andreas Gampe
· 9 years ago
c033474
Add basic image writer support for app images
by Mathieu Chartier
· 9 years ago
99babb6
ART: Change behavior for rethrowing init failures
by Andreas Gampe
· 9 years ago
22cf3d3
Fix tests flakiness with jit when using Proxy classes.
by Nicolas Geoffray
· 9 years ago
9507fa2
Change a few places to use string version of GetTypeId
by Mathieu Chartier
· 9 years ago
7a16bdb
Merge "Reduce memory used by CompiledMethods."
by Vladimir Marko
· 9 years ago
Next »