summaryrefslogtreecommitdiffstats
path: root/runtime/verifier/register_line.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Change UninitializedThis tracking in the verifierAndreas Gampe2015-08-121-13/+13
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-1/+2
* Fix incompatible class change error for JIT stress modeMathieu Chartier2015-03-111-1/+3
* ART: Fix verification of constructors.Stephen Kyle2014-12-221-0/+12
* Avoid abort in malformed dex code.Ian Rogers2014-11-141-16/+15
* Code cleanup.Logan Chien2014-09-301-3/+1
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-44/+48
* Revert "Add read barriers for the roots in the verifier."Ian Rogers2014-09-101-33/+33
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-8/+7
* Add read barriers for the roots in the verifier.Hiroshi Yamauchi2014-07-311-33/+33
* Fix mismatched new[] delete in verifier.Mathieu Chartier2014-06-061-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Reduce memory allocation in verifier.Ian Rogers2013-09-241-14/+18
* Make verifier allow integral types to be put in integral type arrays.Jeff Hao2013-08-111-1/+1
* Revert "Revert "Remove non-live vregs from GC map on return.""Ian Rogers2013-07-251-0/+7
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+358