summaryrefslogtreecommitdiff
path: root/src/native/java_lang_Class.cc
AgeCommit message (Expand)Author
2012-10-06Class clean-up. Ian Rogers
2012-10-05Explicitly pass Thread::Current to MutexLock and Alloc. Ian Rogers
2012-09-21Change dex cache to be java object instead of array, add pointer to dex file ... Mathieu Chartier
2012-09-05Rename GlobalSynchronization to Locks Ian Rogers
2012-08-14Global lock levels. Ian Rogers
2012-07-11Port "Avoid method overriding if its super method is inaccessible" to art. Elliott Hughes
2012-06-26Increase use of ScopedJniThreadState. Ian Rogers
2012-06-21Remove Frame, merge shadow and quick representations. Ian Rogers
2012-05-25DO NOT MERGE Fix all unsafe caching to be like libcore. Elliott Hughes
2012-04-14Move JNI methods out of top-level. Ian Rogers