summaryrefslogtreecommitdiffstats
path: root/runtime/exception_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-8/+7
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Remove portable.Elliott Hughes2014-12-121-52/+29
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-4/+5
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+1
* Refactor quick entrypointsIan Rogers2014-10-201-23/+39
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-2/+2
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-1/+3
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-6/+7
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-4/+3
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-10/+22
* Cleanup transaction supportSebastien Hertz2014-04-021-1/+1
* Refactor reflective method invocation.Ian Rogers2014-03-141-1/+1
* Fix tests for 64bAndreas Gampe2014-03-121-3/+3
* Generic JNI implementation for x86_64Andreas Gampe2014-03-051-1/+1
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-6/+6
* Encode VmapTable entries offset by 2 to reduce size.Vladimir Marko2014-02-251-1/+2
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-1/+1
* Object model changes to support 64bit.Ian Rogers2014-02-061-47/+48
* Enable moving classes.Mathieu Chartier2013-12-101-3/+5
* Delta-encoding of mapping tables.Vladimir Marko2013-11-291-10/+10
* Compacting collector.Mathieu Chartier2013-11-111-1/+1
* Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-1/+1
* Don't allow class status to go backward except for error.Ian Rogers2013-08-211-1/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-2/+2
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-091-14/+15
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+227