summaryrefslogtreecommitdiffstats
path: root/compiler/exception_test.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-2/+2
* ART: Continue adding override annotationsAndreas Gampe2018-09-071-1/+1
* Simplify StackMapStream encoding.David Srbecky2018-08-031-4/+5
* Move MethodInfo to CodeInfo.David Srbecky2018-08-011-1/+1
* Fix exception_test.David Srbecky2018-07-271-8/+8
* Remove frame info from OatQuickMethodHeader.David Srbecky2018-07-271-1/+1
* Add method frame info to CodeInfo.David Srbecky2018-06-261-6/+3
* ART: Ensure OatQuickMethodHeader is trivially copyableAndreas Gampe2018-06-201-0/+2
* ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.Vladimir Marko2018-05-311-1/+2
* Cleanup stackmap generation in exception_testDavid Srbecky2018-05-301-23/+14
* Separate Malloc and MemMap ArenaPoolsDavid Sehr2018-04-041-1/+2
* Header library to remove dependence on runtime/David Sehr2018-02-281-1/+1
* Make exception test more robust against dex changes.Aart Bik2018-02-081-10/+10
* Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier2018-01-081-1/+1
* Create dex subdirectoryDavid Sehr2018-01-051-4/+4
* Move dex exception helpers to their own file and use dex accessorMathieu Chartier2017-12-271-10/+9
* Make CodeItem fields privateMathieu Chartier2017-12-221-2/+4
* ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-1/+1
* Use ScopedArenaAllocator for code generation.Vladimir Marko2017-10-171-1/+2
* ART: Include cleanupAndreas Gampe2017-07-241-3/+3
* ART: Change method lookup to be more consistent to JLS and the RI.Vladimir Marko2017-07-201-2/+4
* ART: Move CalleeSaveType to callee_save_type.hAndreas Gampe2017-06-081-1/+2
* ART: Add object-readbarrier-inl.hAndreas Gampe2017-04-211-1/+1
* Add method info to oat filesMathieu Chartier2017-03-161-2/+2
* Compressed native PC for stack mapsMathieu Chartier2017-01-201-1/+1
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-3/+3
* Rename callee save enumerators.Vladimir Marko2016-08-101-1/+1
* ART: Convert pointer size to enumAndreas Gampe2016-08-011-2/+3
* Clean up OatQuickMethodHeader after Quick removal.Vladimir Marko2016-04-041-0/+243