summaryrefslogtreecommitdiff
path: root/compiler/exception_test.cc
AgeCommit message (Expand)Author
2024-11-11Avoid `strlen()` for `ClassLinker::FindClass()`... Vladimir Marko
2024-06-20Change CreateInternalStackTrace to return a mirror::Object. Nicolas Geoffray
2024-04-11Clean up string data access in `DexFile`. Vladimir Marko
2024-03-26Rename enums.h/.cc to pointer_size.h/.cc. Santiago Aboy Solanes
2024-01-19Move files related to compiled code into oat/ directory Dmitrii Ishcheikin
2023-06-19Remove HWASanUntag Florian Mayer
2022-11-18Make remaining compiler/ symbols hidden. Vladimir Marko
2022-11-07Fix ExceptionTest to properly untag when setting up a fake stack Mythri Alle
2022-10-25Disable ExceptionTest#StackTraceElement on HWASan. Florian Mayer
2022-10-07Runtime implementation of try catch inlining Santiago Aboy Solanes
2022-09-29Rename `GetInstructionSet{,Code}Alignment`. Vladimir Marko
2022-07-14Reland "Introduce a flag to check if JITed code has instrumentation support" Mythri Alle
2022-07-13Revert "Introduce a flag to check if JITed code has instrumentation support" Mythri Alle
2022-07-12Introduce a flag to check if JITed code has instrumentation support Mythri Alle
2022-04-25Reland "Add additional checks for ArtMethod::GetOatQuickMethodHeader" Mythri Alle
2022-04-22Revert "Add additional checks for ArtMethod::GetOatQuickMethodHeader" Mythri Alle
2022-04-22Add additional checks for ArtMethod::GetOatQuickMethodHeader Mythri Alle
2021-03-09Move code size from OatQuickMethodHeader to CodeInfo. David Srbecky
2021-03-05Add code size to CodeInfo. David Srbecky
2020-09-07Move code item to the data pointer and remove code_item_offset. Nicolas Geoffray
2020-05-05Clean up internal stack trace construction. Vladimir Marko
2019-04-01ObjPtr<>-ify StackTraceElement and ClassLoader. Vladimir Marko
2019-03-06Revert "Revert^2 "Add code size to CodeInfo"" Nicolas Geoffray
2019-03-05Revert "Remove code size from OatQuickMethodHeader" Nicolas Geoffray
2019-02-14Remove code size from OatQuickMethodHeader David Srbecky
2019-02-14Revert^2 "Add code size to CodeInfo" David Srbecky
2019-02-12Revert "Add code size to CodeInfo" David Srbecky
2019-02-11Add code size to CodeInfo David Srbecky
2019-01-02ART: Move dex structs into own header Andreas Gampe
2018-12-27ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-09-07ART: Continue adding override annotations Andreas Gampe
2018-08-03Simplify StackMapStream encoding. David Srbecky
2018-08-01Move MethodInfo to CodeInfo. David Srbecky
2018-07-27Fix exception_test. David Srbecky
2018-07-27Remove frame info from OatQuickMethodHeader. David Srbecky
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