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