Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
21117a3b409ac1038d7170449692766a85a0cebb
/
runtime
/
well_known_classes.cc
5677601
ART: Call ThreadGroup.add for attached threads
by Andreas Gampe
· 7 years ago
473191c
ART: Clean up library loading
by Andreas Gampe
· 7 years ago
2f5bfb1
Undefine TO_ENTRY_POINT macro after consumption
by Victor Chang
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
eb4d19b
ART: Remove ArtMethod::IsAnnotatedWithPolymorphicSignature
by Orion Hodson
· 7 years ago
43f0cdb
ART: Intrinsify polymorphic signature methods
by Orion Hodson
· 7 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 7 years ago
db48a79
ART: Clear WellKnownClasses on shutdown
by Andreas Gampe
· 7 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 7 years ago
f8db2c3
ART: Add support for constructor method handles
by Orion Hodson
· 7 years ago
7865ac7
Add DelegateLastClassLoader to the list of WellKnownClassLoaders
by Calin Juravle
· 7 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 7 years ago
24ea739
ART: Remove com.android.dex.Dex from well_known_classes.
by Narayan Kamath
· 8 years ago
6b2dc31
ART: Get rid of most of java.lang.DexCache.
by Narayan Kamath
· 8 years ago
72ab684
Add class status for resolved erroneous classes.
by Vladimir Marko
· 8 years ago
5d37c15
Put inlined ArtMethod pointer in stack maps.
by Nicolas Geoffray
· 8 years ago
198b5db
Merge "Track libcore java.lang.reflect.Proxy update"
by Przemyslaw Szczepaniak
· 8 years ago
f11cd29
Track libcore java.lang.reflect.Proxy update
by Przemyslaw Szczepaniak
· 8 years ago
811bd5f
ART: Make method handle runtime code callable from compiler.
by Orion Hodson
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
3773f21
Merge "ART: Fix tidy warnings"
by Treehugger Robot
· 8 years ago
ca620d7
ART: Fix tidy warnings
by Andreas Gampe
· 8 years ago
13b2784
ART: Refactor jmethodID handling
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
46aba36
ART: Move pathList well-known-field to actual class
by Andreas Gampe
· 8 years ago
c3b7f1a
Interpreter: Add support for method handle transforms [Part 1].
by Narayan Kamath
· 8 years ago
c4f3925
Move remaining jobject related functions to use ObjPtr
by Mathieu Chartier
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
79a21e7
Add support for Executable.getParameters() metadata
by Neil Fuller
· 8 years ago
adc4e82
Merge "Cleanup String.<init> handling."
by Nicolas Geoffray
· 8 years ago
da079bb
Cleanup String.<init> handling.
by Nicolas Geoffray
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
0e84439
Collapse ART's AbstractMethod class into Executable
by Neil Fuller
· 8 years ago
367f3dd
jni: Add @CriticalNative optimization to speed up JNI transitions
by Igor Murashkin
· 8 years ago
9826c3e
Add newline for INTERNAL_FATAL automatically
by Mathieu Chartier
· 8 years ago
9d4b6da
jni: Fast path for @FastNative annotated java methods
by Igor Murashkin
· 8 years ago
5cbe65d
Use Thread.dispatchUncaughtException() rather than duplicating logic.
by Tobias Thierer
· 8 years ago
c92a7a1
Wrap certain exception types when loading an erroneous class.
by Jeff Hao
· 8 years ago
942dc298
Simplify LoadNativeLibrary()
by Dimitry Ivanov
· 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
986f650
Use shared namespaces for bundled apps
by Dimitry Ivanov
· 9 years ago
44409d3
Use isolated namespaces for app native libs
by Dmitriy Ivanov
· 9 years ago
464595f
Enso ThreadGroup.groups is an array not ArrayList
by Przemyslaw Szczepaniak
· 9 years ago
121b25e
Merge mnc-dr-enso-dev into goog/master
by Przemyslaw Szczepaniak
· 9 years ago
d1ef436
Merge lmp changes into mnc.
by Narayan Kamath
· 9 years ago
e6cd3b5
Track renaming of a couple of fields.
by Piotr Jastrzebski
· 9 years ago
c16a50f
Track changes to the layout of java.lang.Throwable.
by Piotr Jastrzebski
· 9 years ago
8c145b9
DirectByteBuffer: Track renaming of field.
by Piotr Jastrzebski
· 10 years ago
13e748b
Revert "Revert "Move annotations to native.""
by Jeff Hao
· 9 years ago
7db6dd7
Revert "Move annotations to native."
by Roland Levillain
· 9 years ago
0042c6d
Move annotations to native.
by Jeff Hao
· 9 years ago
906846f
Let classloader provide correct LD_LIBRARY_PATH
by Dmitriy Ivanov
· 9 years ago
8117250
Let classloader provide correct LD_LIBRARY_PATH
by Dmitriy Ivanov
· 9 years ago
b5de3bb
Use runFinalizationWithTimeout for native allocations
by Mathieu Chartier
· 9 years ago
3b532d7
Use runFinalizationWithTimeout for native allocations
by Mathieu Chartier
· 9 years ago
3d21bdf
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
a61894d
Fix reflection handling and test flakiness
by Mathieu Chartier
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
fc58af4
Add AbstractMethod, Constructor, Method
by Mathieu Chartier
· 10 years ago
daaf326
Add AccessibleObject and Field to mirror
by Mathieu Chartier
· 10 years ago
785049f
Add paths to apk!lib/<abi> to LD_LIBRARY_PATH
by Dmitriy Ivanov
· 10 years ago
324b9bb
ART: Move DexFile vector to Java array
by Andreas Gampe
· 10 years ago
079101a
Move GC daemon locking logic into heap
by Mathieu Chartier
· 10 years ago
cef50f0
Stop daemon threads in runtime shutdown
by Mathieu Chartier
· 10 years ago
a1e50ca
Merge "More use of WellKnownClasses for debugger"
by Sebastien Hertz
· 10 years ago
e49e195
More use of WellKnownClasses for debugger
by Sebastien Hertz
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
c8ccf68
ART: Fix some -Wpedantic errors
by Andreas Gampe
· 10 years ago
3c821c6
Add DumpClass context on CacheField and CacheMethod failures
by Brian Carlstrom
· 10 years ago
b30e0c6
Fix crash when connected to DDMS
by Sebastien Hertz
· 10 years ago
3437531
Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further stack overflow
by Brian Carlstrom
· 10 years ago
96cd671
Fix crash when connected to DDMS
by Sebastien Hertz
· 10 years ago
bfc2b98
Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further stack overflow
by Brian Carlstrom
· 10 years ago
6bcae8f
Add fast path for FindClass using the type dex file.
by Mathieu Chartier
· 10 years ago
8a39e7f
Add fast path for FindClass using the type dex file.
by Mathieu Chartier
· 10 years ago
7ea6f79
ART: Throw StackOverflowError in native code
by Andreas Gampe
· 10 years ago
dd157d7
Avoid some unnecessary use of stl types.
by Ian Rogers
· 10 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
a3d2718
Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master
by Brian Carlstrom
· 11 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 11 years ago
1db9113
resolved conflicts for merge of 7940e44f to dalvik-dev
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/well_known_classes.cc]
bba5dd5
Merge "Semi-pruned SSA support for sea-ir." into dalvik-dev
by Anwar Ghuloum
· 11 years ago
3c50a4b
Rename vmData
by Anwar Ghuloum
· 11 years ago
b568121
Port 1abc689a32fc20b38227060e4da5e0934df8fc19 and e5d14162ff278c41e09c42769cc31401feeeba18 to art.
by Elliott Hughes
· 12 years ago
2e8a4fc
Port 23579ddf124b5b0d190a68657f76d511c05a4a12 to art.
by Elliott Hughes
· 12 years ago
aecb5f3
Track libcore DirectByteBuffer change.
by Elliott Hughes
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
af6e67a
Further proxy refactorings.
by Ian Rogers
· 12 years ago
c5dc2ff
Remove references to the now-useless ThreadLock class.
by Elliott Hughes
· 12 years ago
b4e94fd
Extend and fix the monitor diagnostics.
by Elliott Hughes
· 12 years ago
c8fece3
Port the Runtime.nativeLoad change to art.
by Elliott Hughes
· 12 years ago
07ed66b
Move logging.h into base/logging.h.
by Elliott Hughes
· 12 years ago
Next »