index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
exception_test.cc
Age
Commit message (
Expand
)
Author
2024-11-11
Avoid `strlen()` for `ClassLinker::FindClass()`...
Vladimir Marko
2024-06-20
Change CreateInternalStackTrace to return a mirror::Object.
Nicolas Geoffray
2024-04-11
Clean up string data access in `DexFile`.
Vladimir Marko
2024-03-26
Rename enums.h/.cc to pointer_size.h/.cc.
Santiago Aboy Solanes
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2023-06-19
Remove HWASanUntag
Florian Mayer
2022-11-18
Make remaining compiler/ symbols hidden.
Vladimir Marko
2022-11-07
Fix ExceptionTest to properly untag when setting up a fake stack
Mythri Alle
2022-10-25
Disable ExceptionTest#StackTraceElement on HWASan.
Florian Mayer
2022-10-07
Runtime implementation of try catch inlining
Santiago Aboy Solanes
2022-09-29
Rename `GetInstructionSet{,Code}Alignment`.
Vladimir Marko
2022-07-14
Reland "Introduce a flag to check if JITed code has instrumentation support"
Mythri Alle
2022-07-13
Revert "Introduce a flag to check if JITed code has instrumentation support"
Mythri Alle
2022-07-12
Introduce a flag to check if JITed code has instrumentation support
Mythri Alle
2022-04-25
Reland "Add additional checks for ArtMethod::GetOatQuickMethodHeader"
Mythri Alle
2022-04-22
Revert "Add additional checks for ArtMethod::GetOatQuickMethodHeader"
Mythri Alle
2022-04-22
Add additional checks for ArtMethod::GetOatQuickMethodHeader
Mythri Alle
2021-03-09
Move code size from OatQuickMethodHeader to CodeInfo.
David Srbecky
2021-03-05
Add code size to CodeInfo.
David Srbecky
2020-09-07
Move code item to the data pointer and remove code_item_offset.
Nicolas Geoffray
2020-05-05
Clean up internal stack trace construction.
Vladimir Marko
2019-04-01
ObjPtr<>-ify StackTraceElement and ClassLoader.
Vladimir Marko
2019-03-06
Revert "Revert^2 "Add code size to CodeInfo""
Nicolas Geoffray
2019-03-05
Revert "Remove code size from OatQuickMethodHeader"
Nicolas Geoffray
2019-02-14
Remove code size from OatQuickMethodHeader
David Srbecky
2019-02-14
Revert^2 "Add code size to CodeInfo"
David Srbecky
2019-02-12
Revert "Add code size to CodeInfo"
David Srbecky
2019-02-11
Add code size to CodeInfo
David Srbecky
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-09-07
ART: Continue adding override annotations
Andreas Gampe
2018-08-03
Simplify StackMapStream encoding.
David Srbecky
2018-08-01
Move MethodInfo to CodeInfo.
David Srbecky
2018-07-27
Fix exception_test.
David Srbecky
2018-07-27
Remove frame info from OatQuickMethodHeader.
David Srbecky
2018-06-26
Add method frame info to CodeInfo.
David Srbecky
2018-06-20
ART: Ensure OatQuickMethodHeader is trivially copyable
Andreas Gampe
2018-05-31
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
Vladimir Marko
2018-05-30
Cleanup stackmap generation in exception_test
David Srbecky
2018-04-04
Separate Malloc and MemMap ArenaPools
David Sehr
2018-02-28
Header library to remove dependence on runtime/
David Sehr
2018-02-08
Make exception test more robust against dex changes.
Aart Bik
2018-01-08
Clean up CodeItemAccessors and Compact/StandardDexFile
Mathieu Chartier
2018-01-05
Create dex subdirectory
David Sehr
2017-12-27
Move dex exception helpers to their own file and use dex accessor
Mathieu Chartier
2017-12-22
Make CodeItem fields private
Mathieu Chartier
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-17
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-20
ART: Change method lookup to be more consistent to JLS and the RI.
Vladimir Marko
[next]