index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
native
/
java_lang_DexCache.cc
Age
Commit message (
Expand
)
Author
2017-03-16
ART: Get rid of most of java.lang.DexCache.
Narayan Kamath
2017-03-14
Revert^6 "Hash-based dex cache type array."
Vladimir Marko
2017-03-13
Revert^5 "Hash-based dex cache type array."
Vladimir Marko
2017-02-21
jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.
Igor Murashkin
2017-02-20
Revert^4 "Hash-based dex cache type array."
Vladimir Marko
2017-02-13
Revert^3 "Hash-based dex cache type array."
Mathieu Chartier
2017-02-10
Revert^2 "Hash-based dex cache type array."
Vladimir Marko
2017-02-09
Fix dex cache resolved types and class table mismatch.
Vladimir Marko
2017-02-01
Revert "Hash-based dex cache type array."
Vladimir Marko
2017-01-30
Hash-based dex cache type array.
Vladimir Marko
2016-11-29
ART: Add dex::StringIndex
Andreas Gampe
2016-11-21
ART: Add dex::TypeIndex
Andreas Gampe
2016-10-17
Move art/native to ObjPtr
Mathieu Chartier
2016-10-04
Rename ObjPtr::Decode to ObjPtr::Ptr
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-08-18
ART: Implement a fixed size string dex cache
Christina Wadsworth
2015-09-03
ART: Move DexCache arrays to native.
Vladimir Marko
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-13
ART: Clean up includes.
Vladimir Marko
2015-04-10
Avoid using dex cache array pointers in libart.
Vladimir Marko
2014-11-04
ART: More warnings
Andreas Gampe
2014-08-08
Wire up check JNI force copy mode.
Ian Rogers
2013-10-20
Fast JNI support.
Ian Rogers
2013-10-02
Inflate contended lock word by suspending owner.
Ian Rogers
2013-09-19
Use class def index from java.lang.Class.
Ian Rogers