Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
8cf9cb386cd9286d67e879f1ee501ec00d72a4e1
/
runtime
/
mirror
/
dex_cache_test.cc
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 9 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 9 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 9 years ago
f79aa7f
Small refactoring of field/method access checks.
by Vladimir Marko
· 9 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 9 years ago
f44d36c
Revert^2 "Hash-based DexCache field array."
by Vladimir Marko
· 9 years ago
8d6768d
Revert^6 "Hash-based dex cache type array."
by Vladimir Marko
· 9 years ago
0b66d61
Revert^5 "Hash-based dex cache type array."
by Vladimir Marko
· 9 years ago
6374c58
Revert "Hash-based DexCache field array."
by Vladimir Marko
· 9 years ago
1aea351
Hash-based DexCache field array.
by Vladimir Marko
· 9 years ago
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 9 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 9 years ago
5812e20
Revert^3 "Hash-based dex cache type array."
by Mathieu Chartier
· 9 years ago
85c0f2a
Revert^2 "Hash-based dex cache type array."
by Vladimir Marko
· 9 years ago
d16363a
Revert "Hash-based dex cache type array."
by Vladimir Marko
· 9 years ago
ec78622
Hash-based dex cache type array.
by Vladimir Marko
· 9 years ago
9320675
MethodHandles: Remove experimental flag.
by Narayan Kamath
· 9 years ago
269cb43
class_linker: Change allocation of MethodType dex_cache entries.
by Narayan Kamath
· 10 years ago
6c60d84
Initialize dex cache while holding dex_lock
by Mathieu Chartier
· 10 years ago
25352fc
class_linker: Add support for resolving method types.
by Narayan Kamath
· 10 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 10 years ago
279ac5c
Don't assume resolved classes are filled in for ResolvedFieldAccessTest
by Mathieu Chartier
· 10 years ago
bf44e0e
ART: Implement a fixed size string dex cache
by Christina Wadsworth
· 10 years ago
d57d454
Allocate dex cache arrays in their class loader's linear alloc
by Mathieu Chartier
· 11 years ago
05792b9
ART: Move DexCache arrays to native.
by Vladimir Marko
· 11 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 11 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 11 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 11 years ago
e63db27
Break apart header files.
by Ian Rogers
· 12 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 12 years ago
a1ce1fe
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
by Brian Carlstrom
· 12 years ago
5ddb410
Remove intialized static storage from dex cache.
by Ian Rogers
· 12 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 13 years ago
[Renamed from src/mirror/dex_cache_test.cc]
1d54e73
GC clean up.
by Ian Rogers
· 13 years ago
04d7aa9
Fix object verification.
by Ian Rogers
· 13 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 13 years ago
[Renamed (96%) from src/dex_cache_test.cc]
50b35e2
Explicitly pass Thread::Current to MutexLock and Alloc.
by Ian Rogers
· 14 years ago
1f53934
Make PopSirt inlinable, pass self to SirtRef.
by Ian Rogers
· 14 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 14 years ago
1984651
Invoke static/direct dispatch change.
by Ian Rogers
· 14 years ago
a004aa9
user build support for art (2 of 3)
by Brian Carlstrom
· 14 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 14 years ago
40381fb
Reuse SIRT for C++ references
by Brian Carlstrom
· 15 years ago
362f9bc
Fix cpplint's whitespace warnings.
by Elliott Hughes
· 15 years ago
1f87008
Add HeapTest and make GC work enough to pass it
by Brian Carlstrom
· 15 years ago
90a3369
Switch to UniquePtr.
by Elliott Hughes
· 15 years ago
1caa2c2
Add InitializedStaticStorage table
by Brian Carlstrom
· 15 years ago
9ea1cb1
First pass of compiler wrapping class
by Brian Carlstrom
· 15 years ago
c4fa2c0
Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_
by Brian Carlstrom
· 15 years ago
a663ea5
Initialize ClassLinker from image
by Brian Carlstrom
· 15 years ago
f734cf5
Add ParsedOptions test (and migrate RuntimeTest to CommonTest)
by Brian Carlstrom
· 15 years ago
4a96b60
ClassLinker can now FindClass all libcore classes
by Brian Carlstrom
· 15 years ago
7e49dca
Rename DexFile to DexCache
by Brian Carlstrom
· 15 years ago