summaryrefslogtreecommitdiffstats
path: root/runtime/handle_scope.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-0/+4
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+0
* ART: Enable Clang's -WdeprecatedAndreas Gampe2015-04-061-0/+2
* Reference type propagationCalin Juravle2015-02-191-0/+50
* Add VerifyObject to StackHandleScope::SetReferenceMathieu Chartier2015-01-081-51/+11
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+1
* Fix 64 bit buildMathieu Chartier2014-10-271-0/+4
* Optimize method linkingMathieu Chartier2014-10-271-11/+11
* Avoid strict-aliasing problems with Handles.Ian Rogers2014-10-211-24/+16
* Work around ICE bugs with MIPS GCC and O1.Ian Rogers2014-10-101-51/+53
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-9/+15
* Remove object_utils.h.Ian Rogers2014-07-161-6/+17
* Break apart header files.Ian Rogers2014-07-151-0/+1
* Fix compiler warnings.Mathieu Chartier2014-06-041-5/+26
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-11/+3
* Change ObjectLock to take Handle instead of Handle pointer.Mathieu Chartier2014-05-161-4/+3
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-0/+193