Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
5667f56867383fc4113aa4a6551efdf9f48ee5e7
/
runtime
/
class_linker.cc
0c742e4
Merge "Improve debugging output for a crash."
by Vladimir Marko
· 8 years ago
8dd56fc
Improve debugging output for a crash.
by Vladimir Marko
· 8 years ago
7cc3ae5
Return the right value in VerifyClass.
by Nicolas Geoffray
· 8 years ago
046854b
Fix dex location filtering in dex2oat
by Mathieu Chartier
· 8 years ago
8a1691f
Don't fail for null dex elements in FlattenPathClassLoader
by Mathieu Chartier
· 8 years ago
c0ca5fd
Merge "Fix java.lang.Void.TYPE (void.class) initialization."
by Vladimir Marko
· 8 years ago
9d3d752
proxy: Fix crash when creating proxies with dx-built libcore.
by Igor Murashkin
· 8 years ago
e00e559
Fix java.lang.Void.TYPE (void.class) initialization.
by Vladimir Marko
· 8 years ago
a1467d0
Revert "Revert "Add missing card mark verification to CC""
by Mathieu Chartier
· 8 years ago
50805e7
Revert "Add missing card mark verification to CC"
by Nicolas Geoffray
· 8 years ago
49ba696
Add missing card mark verification to CC
by Mathieu Chartier
· 8 years ago
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
9b03cb4
Clean up tracking new roots, do not track them for CC.
by Vladimir Marko
· 8 years ago
fe35fe1
Merge "ART: Add operator == and != with nullptr to Handle"
by Treehugger Robot
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
c069a30
ART: invoke-custom support
by Orion Hodson
· 8 years ago
5812e20
Revert^3 "Hash-based dex cache type array."
by Mathieu Chartier
· 8 years ago
85c0f2a
Revert^2 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
8d4b118
Merge "Fix dex cache resolved types and class table mismatch."
by Vladimir Marko
· 8 years ago
cd556b0
Fix dex cache resolved types and class table mismatch.
by Vladimir Marko
· 8 years ago
1ddd913
Undo class_linker.cc workaround for out of registers bug.
by Stephen Hines
· 8 years ago
d16363a
Revert "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
500d491
Merge "Revert "Revert "Make --debuggable rely on JIT code."""
by Nicolas Geoffray
· 8 years ago
433b79a
Revert "Revert "Make --debuggable rely on JIT code.""
by Nicolas Geoffray
· 8 years ago
d7c4ad0
Merge "Revert "Make --debuggable rely on JIT code.""
by Vladimir Marko
· 8 years ago
8135664
Revert "Make --debuggable rely on JIT code."
by Vladimir Marko
· 8 years ago
8f28bd4
Merge "Make --debuggable rely on JIT code."
by Nicolas Geoffray
· 8 years ago
a0619e2
Make --debuggable rely on JIT code.
by Nicolas Geoffray
· 8 years ago
ec78622
Hash-based dex cache type array.
by Vladimir Marko
· 8 years ago
1ddaa25
Merge "Revert "Disable optimization of Atomic::LoadJavaData for x86 targets.""
by Brian Carlstrom
· 8 years ago
67da888
Revert "Disable optimization of Atomic::LoadJavaData for x86 targets."
by Stephen Hines
· 8 years ago
699ba6a
Merge changes from topic 'clang-3625443'
by Treehugger Robot
· 8 years ago
440b5d9
Implement class-pre-define time redefinition.
by Alex Light
· 8 years ago
2130053
Rewrite retrieval of resolved classes.
by Vladimir Marko
· 8 years ago
72ab684
Add class status for resolved erroneous classes.
by Vladimir Marko
· 8 years ago
d570938
Merge "Add ClassPreDefine hook."
by Treehugger Robot
· 8 years ago
fbd5118
Disable optimization of Atomic::LoadJavaData for x86 targets.
by Stephen Hines
· 8 years ago
b0f1192
Add ClassPreDefine hook.
by Alex Light
· 8 years ago
b0dde43
Merge "Fix inserting classes to initiating loader's class table."
by Vladimir Marko
· 8 years ago
6ad2f6d
Fix inserting classes to initiating loader's class table.
by Vladimir Marko
· 8 years ago
ac30fa2
ART: Make RuntimeCallbacks unique_ptr
by Andreas Gampe
· 8 years ago
0f01b58
ART: Add ClassLoadCallback
by Andreas Gampe
· 8 years ago
7af8c6a
Merge "Rename offline_profiling_info to profile_compilation_info"
by Calin Juravle
· 8 years ago
33083d6
Rename offline_profiling_info to profile_compilation_info
by Calin Juravle
· 8 years ago
9cd522b
Remove now unused dex_cache_resolved_types_ from ArtMethod.
by Nicolas Geoffray
· 8 years ago
942fd31
Reduce using ArtMethod's dex_cache_resolved_types_.
by Vladimir Marko
· 8 years ago
e037a73
Merge "Put inlined ArtMethod pointer in stack maps."
by Nicolas Geoffray
· 8 years ago
5d37c15
Put inlined ArtMethod pointer in stack maps.
by Nicolas Geoffray
· 8 years ago
1998cd0
Implement HLoadClass/kBssEntry for boot image.
by Vladimir Marko
· 8 years ago
6bec91c
Store resolved types for AOT code in .bss.
by Vladimir Marko
· 8 years ago
0376a5c
Dont keep around scoped allocated ArtMethod after thread suspension.
by Nicolas Geoffray
· 8 years ago
921094a
Revert "Revert "Refactor ClassLinker::LinkInterfaceMethods().""
by Vladimir Marko
· 8 years ago
7620a3b
Merge "Revert "Refactor ClassLinker::LinkInterfaceMethods().""
by Nicolas Geoffray
· 8 years ago
dce413d
Revert "Refactor ClassLinker::LinkInterfaceMethods()."
by Nicolas Geoffray
· 8 years ago
aa89a4c
Merge "Refactor ClassLinker::LinkInterfaceMethods()."
by Treehugger Robot
· 8 years ago
afbd71f
Refactor ClassLinker::LinkInterfaceMethods().
by Vladimir Marko
· 8 years ago
f11cd29
Track libcore java.lang.reflect.Proxy update
by Przemyslaw Szczepaniak
· 8 years ago
d96b96d
Merge "Add Thread entry to signal if the thread can call into java"
by Calin Juravle
· 8 years ago
ccd5695
Add Thread entry to signal if the thread can call into java
by Calin Juravle
· 8 years ago
913e6e6
Merge "Remove dex cache string from mirror::Class."
by Nicolas Geoffray
· 8 years ago
a3dccf9
Merge "Fill in empty iftable early"
by Mathieu Chartier
· 8 years ago
1e4841e
Fill in empty iftable early
by Mathieu Chartier
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
f9bf250
Remove dex cache string from mirror::Class.
by Nicolas Geoffray
· 8 years ago
eca3eda
Add ClassLoader to app-image roots.
by Vladimir Marko
· 8 years ago
726e517
Merge "Revert^8 "Make sure that const-class linkage is preserved.""
by Vladimir Marko
· 8 years ago
19a4d37
Clean up Class::GetDirectInterface().
by Vladimir Marko
· 8 years ago
c5798bf
Revert^8 "Make sure that const-class linkage is preserved."
by Vladimir Marko
· 8 years ago
58c3f6a
Reduce calls to DescriptorEquals
by Mathieu Chartier
· 8 years ago
a8db0a9
Merge "ART: Weaken boot classpath initialization check"
by Treehugger Robot
· 8 years ago
cc1b535
ART: Clean up ClassLinker
by Andreas Gampe
· 8 years ago
141c6f6
Merge "Class Hierarchy Analysis (CHA)"
by Mingyao Yang
· 8 years ago
e20fe27
Merge "ART: Cache sections for sanity check"
by Treehugger Robot
· 8 years ago
0793bec
ART: Cache sections for sanity check
by Andreas Gampe
· 8 years ago
063fc77
Class Hierarchy Analysis (CHA)
by Mingyao Yang
· 8 years ago
2c8c6b6
Revert "Make sure that const-class linkage is preserved, try again."
by Vladimir Marko
· 8 years ago
1e8a395
ART: Weaken boot classpath initialization check
by Andreas Gampe
· 8 years ago
9036914
Merge "Make sure that const-class linkage is preserved, try again."
by Treehugger Robot
· 8 years ago
cb5ab35
Make sure that const-class linkage is preserved, try again.
by Vladimir Marko
· 8 years ago
211fd80
Merge "ART: Add dex::StringIndex"
by Treehugger Robot
· 8 years ago
171cf81
Revert "Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved."""""
by Vladimir Marko
· 8 years ago
8a0128a
ART: Add dex::StringIndex
by Andreas Gampe
· 8 years ago
e47172b
Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved.""""
by Vladimir Marko
· 8 years ago
09ded92
Revert "Revert "Revert "Make sure that const-class linkage is preserved."""
by Vladimir Marko
· 8 years ago
25dcbad
Revert "Revert "Make sure that const-class linkage is preserved.""
by Vladimir Marko
· 8 years ago
ecffc67
Revert "Make sure that const-class linkage is preserved."
by Vladimir Marko
· 8 years ago
9ee5fdf
Merge "Make sure that const-class linkage is preserved."
by Vladimir Marko
· 8 years ago
a598b86
Merge "ART: Add dex::TypeIndex"
by Treehugger Robot
· 8 years ago
b2dc551
Merge "ART: Add boot classpath check for initialization"
by Treehugger Robot
· 8 years ago
19886db
Make sure that const-class linkage is preserved.
by Vladimir Marko
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
22f71d2
ART: Add boot classpath check for initialization
by Andreas Gampe
· 8 years ago
1b86849
Use type lookup tables in compiler
by Mathieu Chartier
· 8 years ago
54b5855
Change offline profile to store type_idx of classes.
by Jeff Hao
· 8 years ago
6beced4
Change iftable to never be null
by Mathieu Chartier
· 8 years ago
1c80417
Merge "Add option to force all code to be deoptimizable"
by Treehugger Robot
· 8 years ago
6b16d89
Add option to force all code to be deoptimizable
by Alex Light
· 8 years ago
a2d1b28
Add visiting for class loaders in StickyMarkSweep
by neo.chae
· 8 years ago
08883de
ART: Refactor jfieldID handling
by Andreas Gampe
· 8 years ago
6a3be6d
Merge "Clean up the runtime read barrier and fix fake address dependency."
by Hiroshi Yamauchi
· 8 years ago
Next »