Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
4ac0e1571e015a01d75091c3daef065f9624ad77
/
runtime
/
class_linker_test.cc
4ac0e15
Revert "Revert "Basic structural redefinition support""
by Nicolas Geoffray
· 5 years ago
5a2301d
Revert "Basic structural redefinition support"
by Nicolas Geoffray
· 5 years ago
c971eaf
Basic structural redefinition support
by Alex Light
· 5 years ago
bf12191
Implement ClassStatus::kVisiblyInitialized.
by Vladimir Marko
· 6 years ago
79d6c80
Revert^2 "Support using opaque JNI ids"
by Alex Light
· 6 years ago
b476a29
Revert "Support using opaque JNI ids"
by Nicolas Geoffray
· 6 years ago
21d5994
Support using opaque JNI ids
by Alex Light
· 6 years ago
3068d58
Clean up creating handles from `this`.
by Vladimir Marko
· 6 years ago
dfc0de7
Partially ObjPtr<>-ify Object, fix stale ref in test.
by Vladimir Marko
· 6 years ago
d7e9bbf
Clean up explicit conversions to ObjPtr<>.
by Vladimir Marko
· 6 years ago
5aead70
ObjPtr<>-ify method/var handles, fix stale refs in tests.
by Vladimir Marko
· 6 years ago
e512556
Replace StringPiece with std::string_view in profman.
by Vladimir Marko
· 6 years ago
7210108
Replace StringPiece with std::string_view in art/runtime/.
by Vladimir Marko
· 6 years ago
eb37ba5
Replace StringPiece with std::string_view in Signature.
by Vladimir Marko
· 6 years ago
ad1aa63
ART: Move Signature to its own header
by Andreas Gampe
· 6 years ago
3f1dcd3
ART: Move dex structs into own header
by Andreas Gampe
· 6 years ago
5b20b35
ART: Rewrite EnsureInitialized hit case
by Andreas Gampe
· 6 years ago
1a65863
Keep pointer to original DexFile during JVMTI redefine for hiddenapi
by David Brazdil
· 6 years ago
1ca718e
Add PreResolved strings dex cache array
by Mathieu Chartier
· 6 years ago
52ecb65
ART: Add object-array-alloc-inl.h
by Andreas Gampe
· 6 years ago
8e0f043
ART: Add array-alloc-inl.h
by Andreas Gampe
· 6 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 6 years ago
f73caca
Remove superfluous 'virtual' specifiers in ART.
by Roland Levillain
· 6 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 6 years ago
0b42677
Revert "Refactor DexFile ownership"
by David Sehr
· 7 years ago
b095f02
Refactor DexFile ownership
by David Sehr
· 7 years ago
bcf1752
ObjPtr<>-ify array allocations.
by Vladimir Marko
· 7 years ago
a8bba7d
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
by Vladimir Marko
· 7 years ago
b4eb1b1
Refactor ClassRoot/GetClassRoot().
by Vladimir Marko
· 7 years ago
e9987b0
ObjPtr<>-ify tests using ClassLinker::FindClass().
by Vladimir Marko
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
2c64a83
Change ClassStatus to fit into 4 bits.
by Vladimir Marko
· 7 years ago
ffad668
ART: Add test for ArrayElementVarHandle offsets.
by Orion Hodson
· 7 years ago
666ee3d
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
by Vladimir Marko
· 7 years ago
af94020
Do not pass DexFile to ClassLinker::ResolveMethodType().
by Vladimir Marko
· 7 years ago
28e012a
Determine HLoadClass/String load kind early.
by Vladimir Marko
· 7 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 7 years ago
4098a7a
Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().
by Vladimir Marko
· 7 years ago
005ac51
ART: Add mirror classes for VarHandles
by Orion Hodson
· 7 years ago
733bd4d
Separate MemMap from DexFile completely
by David Sehr
· 7 years ago
e7732be
ART: Implement missing mterp handlers
by Orion Hodson
· 7 years ago
292567e
Rename NativeDexFile -> StandardDexFile
by Mathieu Chartier
· 7 years ago
7b074bf
Add a shared interface for different types of dex files
by Mathieu Chartier
· 7 years ago
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 8 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 8 years ago
e64ed9e
Remove java.lang (re)definition tests from class_linker_test
by Calin Juravle
· 8 years ago
cdd4912
Add fast path to FindClass for DelegateLastClassLoader
by Calin Juravle
· 8 years ago
7865ac7
Add DelegateLastClassLoader to the list of WellKnownClassLoaders
by Calin Juravle
· 8 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 8 years ago
2f814aa
Revert "Revert "Make original dex file be more deduplicated""
by Alex Light
· 8 years ago
a7c04c4
Revert "Make original dex file be more deduplicated"
by Nicolas Geoffray
· 8 years ago
9556cb2
Make original dex file be more deduplicated
by Alex Light
· 8 years ago
6b2dc31
ART: Get rid of most of java.lang.DexCache.
by Narayan Kamath
· 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
6e311ac
Re-arrange System.identityHashCode for better performance.
by Nicolas Geoffray
· 8 years ago
bfb80d2
Revert^4 "Hash-based dex cache type array."
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
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
bd2fed5
MethodHandles: Support and tests for revealDirect / reflectAs.
by Narayan Kamath
· 8 years ago
8116003
Merge "MethodHandles: Support and tests for invokeWithArguments."
by Narayan Kamath
· 8 years ago
c5889ce
MethodHandles: Support and tests for invokeWithArguments.
by Narayan Kamath
· 8 years ago
72ab684
Add class status for resolved erroneous classes.
by Vladimir Marko
· 8 years ago
5e8d5f0
Fix some typos in ART.
by Roland Levillain
· 8 years ago
b0dde43
Merge "Fix inserting classes to initiating loader's class table."
by Vladimir Marko
· 8 years ago
a7e38d8
Use original dex file for retransformation.
by Alex Light
· 8 years ago
6ad2f6d
Fix inserting classes to initiating loader's class table.
by Vladimir Marko
· 8 years ago
9cd522b
Remove now unused dex_cache_resolved_types_ from ArtMethod.
by Nicolas Geoffray
· 8 years ago
9320675
MethodHandles: Remove experimental flag.
by Narayan Kamath
· 8 years ago
9748d3d
Merge "MethodHandles: Implement invoker / exactInvoker."
by Narayan Kamath
· 8 years ago
5d37c15
Put inlined ArtMethod pointer in stack maps.
by Nicolas Geoffray
· 8 years ago
b79bbd8
MethodHandles: Implement invoker / exactInvoker.
by Narayan Kamath
· 8 years ago
913e6e6
Merge "Remove dex cache string from mirror::Class."
by Nicolas Geoffray
· 8 years ago
1e4841e
Fill in empty iftable early
by Mathieu Chartier
· 8 years ago
f9bf250
Remove dex cache string from mirror::Class.
by Nicolas Geoffray
· 8 years ago
9186ced
ART: Clean up utils.h
by Andreas Gampe
· 8 years ago
19a4d37
Clean up Class::GetDirectInterface().
by Vladimir Marko
· 8 years ago
cc1b535
ART: Clean up ClassLinker
by Andreas Gampe
· 8 years ago
a01de59
Infrastructure for obsolete methods
by Alex Light
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
6beced4
Change iftable to never be null
by Mathieu Chartier
· 8 years ago
0a8485e
MethodHandles: Implement MethodHandle.asType.
by Narayan Kamath
· 8 years ago
d625158
Add ClassExt mirror.
by Alex Light
· 8 years ago
000e188
method_handles: Complete support for emulated stack frames.
by Narayan Kamath
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
bc5a795
Move art/native to ObjPtr
by Mathieu Chartier
· 8 years ago
28bd2e4
Move mirror::Class to use ObjPtr
by Mathieu Chartier
· 8 years ago
c4f3925
Move remaining jobject related functions to use ObjPtr
by Mathieu Chartier
· 8 years ago
f8ac97f
ObjPtr misc cleanup
by Mathieu Chartier
· 8 years ago
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 8 years ago
b890130
Use ObjPtr for ResolvedFieldAccessTest and ResolvedMethodAccessTest
by Mathieu Chartier
· 8 years ago
Next »