summaryrefslogtreecommitdiff
path: root/compiler/exception_test.cc
AgeCommit message (Expand)Author
2018-06-26Add method frame info to CodeInfo. David Srbecky
2018-06-20ART: Ensure OatQuickMethodHeader is trivially copyable Andreas Gampe
2018-05-31ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. Vladimir Marko
2018-05-30Cleanup stackmap generation in exception_test David Srbecky
2018-04-04Separate Malloc and MemMap ArenaPools David Sehr
2018-02-28Header library to remove dependence on runtime/ David Sehr
2018-02-08Make exception test more robust against dex changes. Aart Bik
2018-01-08Clean up CodeItemAccessors and Compact/StandardDexFile Mathieu Chartier
2018-01-05Create dex subdirectory David Sehr
2017-12-27Move dex exception helpers to their own file and use dex accessor Mathieu Chartier
2017-12-22Make CodeItem fields private Mathieu Chartier
2017-11-02ART: Make InstructionSet an enum class and add kLast. Vladimir Marko
2017-10-17Use ScopedArenaAllocator for code generation. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2017-07-20ART: Change method lookup to be more consistent to JLS and the RI. Vladimir Marko
2017-06-08ART: Move CalleeSaveType to callee_save_type.h Andreas Gampe
2017-04-21ART: Add object-readbarrier-inl.h Andreas Gampe
2017-03-16Add method info to oat files Mathieu Chartier
2017-01-20Compressed native PC for stack maps Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-08-10Rename callee save enumerators. Vladimir Marko
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-04-04Clean up OatQuickMethodHeader after Quick removal. Vladimir Marko