Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
1078d155d0f418110d4b4fe245274eadec98202d
/
runtime
/
class_linker.h
005ac51
ART: Add mirror classes for VarHandles
by Orion Hodson
· 7 years ago
e7732be
ART: Implement missing mterp handlers
by Orion Hodson
· 7 years ago
2e59994
ART: support for const-method-{handle,type}
by Orion Hodson
· 7 years ago
7452797
Refactor linker files from compiler/ to dex2oat/.
by Vladimir Marko
· 8 years ago
a49e053
Show ArtMethods in imgdiag
by David Sehr
· 7 years ago
94ec2db
Use mmapped boot image class table for PIC app HLoadClass.
by Vladimir Marko
· 7 years ago
6cfbdbc
Use mmapped boot image intern table for PIC app HLoadString.
by Vladimir Marko
· 7 years ago
d1ee20f
Revert^4 "ART: Use proxy ArtMethod's data_ to store the interface method."
by Vladimir Marko
· 7 years ago
76ccd09
Revert^3 "ART: Use proxy ArtMethod's data_ to store the interface method.""
by Nicolas Geoffray
· 7 years ago
c42fab3
Revert^2 "ART: Use proxy ArtMethod's data_ to store the interface method."
by Vladimir Marko
· 7 years ago
7ef52f7
Revert "ART: Use proxy ArtMethod's data_ to store the interface method."
by Nicolas Geoffray
· 7 years ago
0888cf1
ART: Use proxy ArtMethod's data_ to store the interface method.
by Vladimir Marko
· 7 years ago
3f35d09
Merge "Remove ClassLinker::SetEntryPointsToCompiledCode()."
by Treehugger Robot
· 7 years ago
9e050df
Revert "Revert "Support class unloading in dex2oat for quicken multidex""
by Mathieu Chartier
· 7 years ago
6921d90
Revert "Support class unloading in dex2oat for quicken multidex"
by Richard Uhler
· 7 years ago
0b1c341
Support class unloading in dex2oat for quicken multidex
by Mathieu Chartier
· 7 years ago
abadf02
Revert "Support clinit for app image during compilation"
by Nicolas Geoffray
· 7 years ago
50ce441
Support clinit for app image during compilation
by Chang Xing
· 7 years ago
72041a0
Use class unloading in dex2oat for verify and extract
by Mathieu Chartier
· 7 years ago
fbfc394
Remove ClassLinker::SetEntryPointsToCompiledCode().
by Vladimir Marko
· 7 years ago
605fe24
Implemented Nested Transaction
by Chang Xing
· 7 years ago
be7af22
ART: Move app image verification to its own method
by Andreas Gampe
· 7 years ago
c1ac9ee
ART: Move CHA to ClassLinker
by Andreas Gampe
· 7 years ago
4f342b0
Move logic to get profile class descriptors to profile info
by Mathieu Chartier
· 7 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 7 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 7 years ago
0cb1728
Do superclass validation at compile time and log with new class status.
by Jeff Hao
· 7 years ago
f8db2c3
ART: Add support for constructor method handles
by Orion Hodson
· 7 years ago
06bed30
Revert "Revert "Record post startup methods in profile""
by Mathieu Chartier
· 7 years ago
a867f7a
Revert "Record post startup methods in profile"
by Nicolas Geoffray
· 7 years ago
5594f11
Record post startup methods in profile
by Mathieu Chartier
· 7 years ago
7865ac7
Add DelegateLastClassLoader to the list of WellKnownClassLoaders
by Calin Juravle
· 7 years ago
415dc3d
Refactor FindClass code in class linker
by Calin Juravle
· 7 years ago
2ff3b97
ART: More header cleanups
by Andreas Gampe
· 7 years ago
07f0621
Fix redefinition related use-after-free bug
by Alex Light
· 7 years ago
2af9902
ART: More header cleanup - class_linker.h
by Andreas Gampe
· 8 years ago
d482e73
ART: More header cleanup - runtime.h
by Andreas Gampe
· 8 years ago
6d7abbd
ART: More header cleanup - method_verifier.h
by Andreas Gampe
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
db01a09
Ensure invoking obsolete methods throws errors.
by Alex Light
· 8 years ago
f25cc73
Deterministic DexCache in heap images.
by Vladimir Marko
· 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
046854b
Fix dex location filtering in dex2oat
by Mathieu Chartier
· 8 years ago
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 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
cd556b0
Fix dex cache resolved types and class table mismatch.
by Vladimir Marko
· 8 years ago
d16363a
Revert "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
ec78622
Hash-based dex cache type array.
by Vladimir Marko
· 8 years ago
4b0cedf
Fix typo in argument name.
by Alex Light
· 8 years ago
b0f1192
Add ClassPreDefine hook.
by Alex Light
· 8 years ago
0f01b58
ART: Add ClassLoadCallback
by Andreas Gampe
· 8 years ago
d4a2827
Merge "ART: Add Search API"
by Treehugger Robot
· 8 years ago
a397458
Merge "Reduce using ArtMethod's dex_cache_resolved_types_."
by Vladimir Marko
· 8 years ago
ce7732b
ART: Add Search API
by Andreas Gampe
· 8 years ago
942fd31
Reduce using ArtMethod's dex_cache_resolved_types_.
by Vladimir Marko
· 8 years ago
70f1639
ART: Add GetClassLoaderClasses
by Andreas Gampe
· 8 years ago
1998cd0
Implement HLoadClass/kBssEntry for boot image.
by Vladimir Marko
· 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
dba6148
Revert "Revert "Revert "Revert "Basic obsolete methods support""""
by Alex Light
· 8 years ago
c5798bf
Revert^8 "Make sure that const-class linkage is preserved."
by Vladimir Marko
· 8 years ago
cc1b535
ART: Clean up ClassLinker
by Andreas Gampe
· 8 years ago
2c8c6b6
Revert "Make sure that const-class linkage is preserved, try again."
by Vladimir Marko
· 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
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
d98b4ed
ART: Make excludes explicit
by Andreas Gampe
· 8 years ago
d625158
Add ClassExt mirror.
by Alex Light
· 8 years ago
7d8d8ff
Revert "Revert "ART: Generalize FindClassInPathClassLoader""
by Nicolas Geoffray
· 8 years ago
af3572b
Revert "ART: Generalize FindClassInPathClassLoader"
by Nicolas Geoffray
· 8 years ago
fd1ae75
ART: Generalize FindClassInPathClassLoader
by Andreas Gampe
· 8 years ago
000e188
method_handles: Complete support for emulated stack frames.
by Narayan Kamath
· 8 years ago
eb242cd
Merge "Save the non-verified classes in the VerifierDeps."
by Nicolas Geoffray
· 8 years ago
0802518
Save the non-verified classes in the VerifierDeps.
by Nicolas Geoffray
· 8 years ago
34ee684
ART: Refactor class-linker methods
by Andreas Gampe
· 10 years ago
28357fa
Move most of class linker to ObjPtr
by Mathieu Chartier
· 8 years ago
bc5a795
Move art/native to ObjPtr
by Mathieu Chartier
· 8 years ago
1a1de67
Do not write empty class table and intern table to image.
by Vladimir Marko
· 8 years ago
7638651
Merge "Initialize dex cache while holding dex_lock"
by Mathieu Chartier
· 8 years ago
6c60d84
Initialize dex cache while holding dex_lock
by Mathieu Chartier
· 8 years ago
97d7e1c
Remove #include "oat_file.h" from class_linker.h .
by Vladimir Marko
· 8 years ago
b890130
Use ObjPtr for ResolvedFieldAccessTest and ResolvedMethodAccessTest
by Mathieu Chartier
· 8 years ago
Next »