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
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
2017-06-08
ART: Move CalleeSaveType to callee_save_type.h
Andreas Gampe
2017-04-21
ART: Add object-readbarrier-inl.h
Andreas Gampe
2017-03-16
Add method info to oat files
Mathieu Chartier
2017-01-20
Compressed native PC for stack maps
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-08-10
Rename callee save enumerators.
Vladimir Marko
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-04-04
Clean up OatQuickMethodHeader after Quick removal.
Vladimir Marko