Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
e45b3b18c97ba00ec2c0b79c9cda9f05799189f3
/
runtime
/
art_field-inl.h
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
666ee3d
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
by Vladimir Marko
· 7 years ago
0f13269
Merge changes I8c4cec43,I00634b89,I0579db64
by Vladimir Marko
· 7 years ago
a64b52d
Do not pass DexFile to ClassLinker::Lookup/ResolveString().
by Vladimir Marko
· 7 years ago
8f1a586
Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672
by Treehugger Robot
· 7 years ago
208f670
Change ArtField::ProxyFindSystemClass() to lookup the class.
by Vladimir Marko
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
4098a7a
Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().
by Vladimir Marko
· 7 years ago
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 7 years ago
a7c83ac
ART: Clean up WellKnownClasses include.
by Andreas Gampe
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 7 years ago
d490129
ART: Clean up heap headers
by Andreas Gampe
· 7 years ago
a1d2f95
ART: Clean up art_field.h
by Andreas Gampe
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 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
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 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
8e0e7f7
Merge "Refactor code for unresolved field entrypoint."
by Nicolas Geoffray
· 8 years ago
5b3c6c0
Refactor code for unresolved field entrypoint.
by Nicolas Geoffray
· 8 years ago
72ab684
Add class status for resolved erroneous classes.
by Vladimir Marko
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
1a5337f
Move mirror::ObjectArray to ObjPtr
by Mathieu Chartier
· 8 years ago
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 8 years ago
3398c78
Move ArtField to ObjPtr
by Mathieu Chartier
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
ece5386
Merge "Propagate the read barrier option to Class::VisitNativeRoots."
by Hiroshi Yamauchi
· 8 years ago
7a62e67
Propagate the read barrier option to Class::VisitNativeRoots.
by Hiroshi Yamauchi
· 8 years ago
fba3997
Fix misc-macro-parentheses warnings.
by Chih-Hung Hsieh
· 9 years ago
cb044bc
Dump different fields in imgdiag
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
3a09092
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 9 years ago
457e874
lambda: Add support for invoke-interface for boxed innate lambdas
by Igor Murashkin
· 9 years ago
05792b9
ART: Move DexCache arrays to native.
by Vladimir Marko
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
3f64f25
Print more diagnosis info on to-space invariant violation.
by Hiroshi Yamauchi
· 9 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
[Renamed (78%) from runtime/mirror/art_field-inl.h]
daaf326
Add AccessibleObject and Field to mirror
by Mathieu Chartier
· 10 years ago
08f1f50
Remove FieldHelper.
by Ian Rogers
· 10 years ago
7643327
Optimize get/set reflection performance
by Mathieu Chartier
· 10 years ago
37f05ef
Reduced memory usage of primitive fields smaller than 4-bytes
by Fred Shih
· 10 years ago
22d5e73
Remove object_utils.h.
by Ian Rogers
· 10 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
61c5ebc
Change FieldHelper to use a handle.
by Mathieu Chartier
· 10 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
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 11 years ago
[Renamed (69%) from runtime/mirror/field-inl.h]
fc0e321
Fix multiple inclusion guards to match new pathnames
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/mirror/field-inl.h]
1d54e73
GC clean up.
by Ian Rogers
· 12 years ago
c0fa3ad
Improve performance of JNI field operations.
by Ian Rogers
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago