Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
57943810cfc789da890d73621741729da5feaaf8
/
runtime
/
mirror
/
dex_cache.h
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
279cfba
MIPS: Follow-up to hash-based DexCache methods array
by Alexey Frunze
· 8 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 8 years ago
d9911ee
ART: Clean up field initialization
by Andreas Gampe
· 8 years ago
f25cc73
Deterministic DexCache in heap images.
by Vladimir Marko
· 8 years ago
6b2dc31
ART: Get rid of most of java.lang.DexCache.
by Narayan Kamath
· 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
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
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
dba6148
Revert "Revert "Revert "Revert "Basic obsolete methods support""""
by Alex Light
· 8 years ago
f6abcda
Revert "Revert "Revert "Basic obsolete methods support"""
by Nicolas Geoffray
· 8 years ago
ce77fc0
Revert "Revert "Basic obsolete methods support""
by Alex Light
· 8 years ago
b81a984
Revert "Basic obsolete methods support"
by Alex Light
· 8 years ago
d8936da
Basic obsolete methods support
by Alex Light
· 8 years ago
cc1b535
ART: Clean up ClassLinker
by Andreas Gampe
· 8 years ago
8a0128a
ART: Add dex::StringIndex
by Andreas Gampe
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
000e188
method_handles: Complete support for emulated stack frames.
by Narayan Kamath
· 8 years ago
28357fa
Move most of class linker to ObjPtr
by Mathieu Chartier
· 8 years ago
d203296
Merge "Move art/native to ObjPtr"
by Mathieu Chartier
· 8 years ago
3e2e2f1
Merge "Fix handling of dex cache arrays for method types."
by Narayan Kamath
· 8 years ago
bc5a795
Move art/native to ObjPtr
by Mathieu Chartier
· 8 years ago
31e8822
Move most mirror:: args to ObjPtr
by Mathieu Chartier
· 8 years ago
7fe5658
Fix handling of dex cache arrays for method types.
by Narayan Kamath
· 8 years ago
23136d1
DexCachePair : Add an Assign method.
by Narayan Kamath
· 8 years ago
25352fc
class_linker: Add support for resolving method types.
by Narayan Kamath
· 9 years ago
c38a6f8
dex_cache: rewrite StringDexCachePair as DexCachePair<T>
by Narayan Kamath
· 8 years ago
bb816d6
Add transactions for string resolve
by Mathieu Chartier
· 9 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 9 years ago
b222393
ART: unblock compiler tests on MIPS
by Alexey Frunze
· 9 years ago
9210ce9
ART: Fixing build breakage.
by Christina Wadsworth
· 9 years ago
bf44e0e
ART: Implement a fixed size string dex cache
by Christina Wadsworth
· 9 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 9 years ago
60bc39c
Remove some more read barriers in image relocation
by Mathieu Chartier
· 9 years ago
7617216
Convert to UTF8 before doing dex file location comparison
by Mathieu Chartier
· 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
4b00d34
Refactor some patching logic
by Mathieu Chartier
· 9 years ago
05792b9
ART: Move DexCache arrays to native.
by Vladimir Marko
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
dd9d055
ART: More cutouts for unstarted runtime
by Andreas Gampe
· 10 years ago
58a5af8
ART: Add guards to the dex cache and its shortcuts
by Andreas Gampe
· 11 years ago
aa910d5
ART: Fix verifier mishandling erroneous array component types
by Andreas Gampe
· 11 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
b0fa5dc
Force inlining on trivial accessors.
by Ian Rogers
· 11 years ago
d2fe10a
Remove blacklist
by Sebastien Hertz
· 11 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
5ddb410
Remove intialized static storage from dex cache.
by Ian Rogers
· 11 years ago
ee39a10
Use class def index from java.lang.Class.
by Ian Rogers
· 11 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 12 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 12 years ago
fc0e321
Fix multiple inclusion guards to match new pathnames
by Brian Carlstrom
· 12 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 12 years ago
[Renamed from src/mirror/dex_cache.h]
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
[Renamed (88%) from src/dex_cache.h]
7616005
Switch over to the google3 unix_file File*.
by Elliott Hughes
· 12 years ago
66f1925
Change dex cache to be java object instead of array, add pointer to dex file in dex cache.
by Mathieu Chartier
· 12 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 13 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 13 years ago
a21039c
Fix a bunch more lint.
by Elliott Hughes
· 13 years ago
a15e67d
Remove pad word from arrays
by Ian Rogers
· 13 years ago
1984651
Invoke static/direct dispatch change.
by Ian Rogers
· 13 years ago
bb4d12a
Add dex cache codegen helper function.
by Logan Chien
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
e343b76
Stub to capture method entry/exit.
by jeffhao
· 13 years ago
0571d35
Refactor the use of Method by the compiler.
by Ian Rogers
· 13 years ago
362f9bc
Fix cpplint's whitespace warnings.
by Elliott Hughes
· 13 years ago
3320cf4
Move rest of code related blobs from Method to oat
by Brian Carlstrom
· 13 years ago
ad25ac5
Static and direct resolution stub.
by Ian Rogers
· 13 years ago
4a2b417
Throw exceptions from ClassLinker.
by Elliott Hughes
· 13 years ago
e4f7e1d
Add MANAGED to class definition for classes mirrored beween C++ and managed code
by Brian Carlstrom
· 14 years ago
4b620ff
Finish moving state to managed heap
by Brian Carlstrom
· 14 years ago
69b15fb
Working dex2oat and oatexec
by Brian Carlstrom
· 14 years ago
561227c
Complete direct, static & virtual invoke
by buzbee
· 14 years ago
0cfe1fb
Use accessor methods for Object fields.
by Ian Rogers
· 14 years ago
cf4c6c4
Fully implement string interning.
by Elliott Hughes
· 14 years ago
8a48741
Allow compilation of classes in different ClassLoaders
by Brian Carlstrom
· 14 years ago
1caa2c2
Add InitializedStaticStorage table
by Brian Carlstrom
· 14 years ago
9cc262e
Clarify CodeAndMethods to CodeAndDirectMethods
by Brian Carlstrom
· 14 years ago
83db772
Add DexCache table of <Method*, Method::GetCode()>
by Brian Carlstrom
· 14 years ago
5cd2180
Fix invoke sequence and enable recursive Fibonacci
by buzbee
· 14 years ago
c5ef046
Add slow-path code gen for static/direct invokes
by buzbee
· 14 years ago
9ea1cb1
First pass of compiler wrapping class
by Brian Carlstrom
· 14 years ago
c4fa2c0
Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_
by Brian Carlstrom
· 14 years ago
a663ea5
Initialize ClassLinker from image
by Brian Carlstrom
· 14 years ago
07d579f
Add NDEBUG build
by Brian Carlstrom
· 14 years ago
4a96b60
ClassLinker can now FindClass all libcore classes
by Brian Carlstrom
· 14 years ago
7e49dca
Rename DexFile to DexCache
by Brian Carlstrom
· 14 years ago