summaryrefslogtreecommitdiffstats
path: root/runtime/common_throws.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-19/+17
* Fix double-exception in super-class method validation.Vladimir Marko2015-05-291-0/+7
* Also print class for NoSuchFieldExceptionMathieu Chartier2015-05-131-2/+8
* Replace NULL with nullptrMathieu Chartier2015-04-221-32/+32
* Move ArtField to nativeMathieu Chartier2015-04-101-8/+9
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-107/+84
* Add missing iget quick for bool, byte, char, shortMathieu Chartier2014-12-101-0/+4
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+4
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-2/+4
* Remove object_utils.h.Ian Rogers2014-07-161-3/+2
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-1/+1
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-6/+3
* Better error reporting when loading dex filesAndreas Gampe2014-04-081-0/+29
* Add access checks to Method and Field reflection.Jeff Hao2014-03-281-0/+6
* Object model changes to support 64bit.Ian Rogers2014-02-061-17/+16
* Clean up access checks.Vladimir Marko2014-01-211-1/+0
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-0/+9
* Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-1/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-24/+27
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-2/+2
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+485