Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
46774767fcf7780d1455e755729198648d08742e
/
runtime
/
class_linker.cc
4677476
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
11bd683
Merge "ART: Add pic flag to oat header store"
by Andreas Gampe
· 10 years ago
7ba6496
ART: Add pic flag to oat header store
by Andreas Gampe
· 10 years ago
d035c2d
Fix 64 bit build
by Mathieu Chartier
· 10 years ago
2d2621a
Optimize method linking
by Mathieu Chartier
· 10 years ago
2c4257b
Tidy logging code not using UNIMPLEMENTED.
by Ian Rogers
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
b23eab1
Add VLOG(class_linker) for clinit errors
by Brian Carlstrom
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
cdc1aaf
Simplify instance reference offsets.
by Ian Rogers
· 10 years ago
31d8f52
Add VMRuntime.isBootClassPathOnDisk
by Brian Carlstrom
· 10 years ago
0714083
Enable -Wunreachable-code
by Ian Rogers
· 10 years ago
c8ccf68
ART: Fix some -Wpedantic errors
by Andreas Gampe
· 10 years ago
f0edfc3
Some optimizations for the array alloc path.
by Hiroshi Yamauchi
· 10 years ago
2d5f39e
Add ScopedAssertNoThreadSuspension
by Mathieu Chartier
· 10 years ago
3c13a79
ART: Only allow the zygote to create the global boot image
by Andreas Gampe
· 10 years ago
5a4b8a2
ART: Rename Handle hierarchy
by Andreas Gampe
· 10 years ago
2ed8def
ART: Allow quickening in the boot image
by Andreas Gampe
· 10 years ago
5182932
ART: Change access flag behavior in verifier
by Andreas Gampe
· 10 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 10 years ago
ab0ed82
Add fast path to VMClassLoader.findLoadedClass
by Mathieu Chartier
· 10 years ago
bb0c7f6
ART: Fix preverified setting in VerifyClass
by Andreas Gampe
· 10 years ago
4849859
ART: Correctly make methods preverified
by Andreas Gampe
· 10 years ago
958d78e
Merge "Remove reference_static_offsets used for iterating through class static fields."
by Mingyao Yang
· 10 years ago
faff0f0
Remove reference_static_offsets used for iterating through class static fields.
by Mingyao Yang
· 10 years ago
1a465ca
Ensure class is linked before resolution
by Sebastien Hertz
· 10 years ago
aa4497d
Improve dex location canonicalization-related performance.
by Vladimir Marko
· 10 years ago
6be5a28
Merge "Small error reporting fix in class linker."
by Vladimir Marko
· 10 years ago
6bcae8f
Add fast path for FindClass using the type dex file.
by Mathieu Chartier
· 10 years ago
30c2e1b
Small error reporting fix in class linker.
by Vladimir Marko
· 10 years ago
621962a
Avoid recomputing the dex checksum during class loading
by Calin Juravle
· 10 years ago
a8c55ae
Remove unreachable code from class_linker.cc
by Calin Juravle
· 10 years ago
217dc45
Merge "VisitClassesWithoutClassesLock isn't safe if classes move."
by Ian Rogers
· 10 years ago
68caf9e
Fix stack overflow and duplicate methods while tracing.
by Jeff Hao
· 10 years ago
dbf3be0
VisitClassesWithoutClassesLock isn't safe if classes move.
by Ian Rogers
· 10 years ago
6355745
Pre-allocate the NoClassDefFoundError to be thrown for boot classes.
by Ian Rogers
· 11 years ago
68b5685
Reduce and speed-up class def searches.
by Ian Rogers
· 10 years ago
7adb7ac
Fix segfault if running without image.
by Alex Light
· 10 years ago
6950ae4
Merge "Filling hole between subclass and superclass."
by Mathieu Chartier
· 10 years ago
381e4ca
Filling hole between subclass and superclass.
by Fred Shih
· 10 years ago
524507a
Prevent exception bugs in class linker
by Mathieu Chartier
· 10 years ago
ae94e35
Ensure proxy constructor is in dex cache
by Sebastien Hertz
· 10 years ago
84d7605
Support booting without functioning boot.oat/art patchoat.
by Alex Light
· 10 years ago
b7fbafd
Merge "ART: kSuper also has IncompatibleClassChangeError"
by Andreas Gampe
· 10 years ago
df73375
ART: kSuper also has IncompatibleClassChangeError
by Andreas Gampe
· 10 years ago
8850011
Remove an intermediate field array in ClassLinker::InitializeClass.
by Hiroshi Yamauchi
· 10 years ago
37f05ef
Reduced memory usage of primitive fields smaller than 4-bytes
by Fred Shih
· 11 years ago
e25826e
Merge "Support running without a boot image."
by Brian Carlstrom
· 10 years ago
64ad14d
Support running without a boot image.
by Alex Light
· 10 years ago
bf99f77
Clean up Handle usage.
by Mathieu Chartier
· 10 years ago
67ef46a
Avoid handle-less fields in ClassLinker::InitializeClass()
by Hiroshi Yamauchi
· 10 years ago
ed9fe4f
Merge "Avoid handle-less methods in ClassLinker::LinkInterfaceMethods()."
by Hiroshi Yamauchi
· 10 years ago
41369d2
Avoid handle-less methods in ClassLinker::LinkInterfaceMethods().
by Hiroshi Yamauchi
· 10 years ago
9dcc457
Make apps able to run with a failing patchoat
by Alex Light
· 10 years ago
9bdec88
Check that we don't accidentally invoke compiled code when -Xint.
by Hiroshi Yamauchi
· 10 years ago
db8a664
Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.
by Jeff Hao
· 10 years ago
97b52f8
Make OatClass and OatMethod immutable once more.
by Ian Rogers
· 10 years ago
eff0f5d
ART: Fix class-linker handling
by Andreas Gampe
· 10 years ago
38eecb0
Use handle in one case that spans a gc-point.
by Mingyao Yang
· 10 years ago
4fcdc94
Execute an application even when dex2oat crashes.
by Nicolas Geoffray
· 10 years ago
1ff3c98
Avoid use of std::string where we have const char*.
by Ian Rogers
· 10 years ago
68d8b42
Wire up check JNI force copy mode.
by Ian Rogers
· 11 years ago
58a5af8
ART: Add guards to the dex cache and its shortcuts
by Andreas Gampe
· 10 years ago
f0a3f09
Fix proxy tracing and enable tests that now work with tracing.
by Jeff Hao
· 10 years ago
6e183f2
Make system use patchoat to relocate during runtime.
by Alex Light
· 11 years ago
4e1d579
Use canonical paths when searching for dex files
by Calin Juravle
· 11 years ago
94f7b49
Add GcRoot to clean up and enforce read barriers.
by Hiroshi Yamauchi
· 10 years ago
167cc7c
Revert "Fix proxy tracing and enable tests that now work with tracing."
by Nicolas Geoffray
· 10 years ago
0398e17
Fix proxy tracing and enable tests that now work with tracing.
by Jeff Hao
· 10 years ago
dc13d7d
ART: Allow arrays with erroneous component type
by Andreas Gampe
· 10 years ago
1a12858
Fix build, missing spaces around =/<.
by Mingyao Yang
· 10 years ago
c389c97
Merge "Set vtable in class object to null after linking."
by Mingyao Yang
· 10 years ago
2cdbad7
Set vtable in class object to null after linking.
by Mingyao Yang
· 11 years ago
c114b5f
Fix erroneous behaviors with OOME present.
by Ian Rogers
· 11 years ago
a59dd80
Runtime can now be set to require relocation
by Alex Light
· 11 years ago
ecd4d9a
Avoid marking erroneous classes as erroneous twice.
by Ian Rogers
· 10 years ago
d5673e4
Merge "Fix bad comment in class_linker"
by Calin Juravle
· 11 years ago
b12d605
Merge "Fix two read barrier bugs introduced in CL 97882."
by Hiroshi Yamauchi
· 11 years ago
0fbd6e6
Fix two read barrier bugs introduced in CL 97882.
by Hiroshi Yamauchi
· 11 years ago
ff5a372
Fix bad comment in class_linker
by Calin Juravle
· 11 years ago
ea1a9bd
Merge "Remove object_utils.h."
by Ian Rogers
· 11 years ago
22d5e73
Remove object_utils.h.
by Ian Rogers
· 11 years ago
a4fe789
Merge "Make ART fail gracefully when it can't update the desired code."
by Calin Juravle
· 11 years ago
c54aea7
Make ART fail gracefully when it can't update the desired code.
by Calin Juravle
· 11 years ago
4ee7a66
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
by Fred Shih
· 11 years ago
0ee33c3
Merge "Revert "Revert "ART: Key-Value Store in Oat header"""
by Andreas Gampe
· 11 years ago
22f8e5c
Revert "Revert "ART: Key-Value Store in Oat header""
by Andreas Gampe
· 11 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
9e82bd3
Revert "Revert "Revert "Add intrinsic for Reference.get()"""
by Sebastien Hertz
· 11 years ago
d4415e8
Revert "Revert "Add intrinsic for Reference.get()""
by Christopher Ferris
· 11 years ago
a9b870b
Revert "Add intrinsic for Reference.get()"
by Christopher Ferris
· 11 years ago
460503b
Add intrinsic for Reference.get()
by Fred Shih
· 11 years ago
8078b29
Merge "Revert "ART: Key-Value Store in Oat header""
by Nicolas Geoffray
· 11 years ago
452bee5
Revert "ART: Key-Value Store in Oat header"
by Nicolas Geoffray
· 11 years ago
c87d27b
ART: Key-Value Store in Oat header
by Andreas Gampe
· 11 years ago
6e524dd
Merge "Make dex2oat heap size product configurable [art]"
by Brian Carlstrom
· 11 years ago
670134e
Make dex2oat heap size product configurable [art]
by Brian Carlstrom
· 11 years ago
833a485
ART: Native support for multidex
by Andreas Gampe
· 11 years ago
e9e3e69
Add more read barriers to the class linker.
by Hiroshi Yamauchi
· 11 years ago
Next »