summaryrefslogtreecommitdiffstats
path: root/runtime/verifier/register_line.cc
Commit message (Expand)AuthorAgeFilesLines
* Restore interpreter check during DoCall removed by string init.Jeff Hao2015-04-291-1/+1
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-1/+12
* Fix incompatible class change error for JIT stress modeMathieu Chartier2015-03-111-4/+9
* ART: Fix verification of constructors.Stephen Kyle2014-12-221-0/+43
* Avoid abort in malformed dex code.Ian Rogers2014-11-141-2/+6
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-250/+129
* Revert "Add read barriers for the roots in the verifier."Ian Rogers2014-09-101-55/+54
* Add read barriers for the roots in the verifier.Hiroshi Yamauchi2014-07-311-54/+55
* ART: Method verifier needs to check 2-reg valuesAndreas Gampe2014-06-191-1/+1
* Reduce header files including header files.Ian Rogers2014-06-061-0/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-1/+1
* Change monitor checks to warnings in verifier.Jeff Hao2013-11-111-4/+4
* Reduce memory allocation in verifier.Ian Rogers2013-09-241-2/+1
* Fix handling of unresolved references in verifier.Jeff Hao2013-09-241-11/+9
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-3/+2
* Make verifier allow integral types to be put in integral type arrays.Jeff Hao2013-08-111-2/+2
* Revert "Revert "Remove non-live vregs from GC map on return.""Ian Rogers2013-07-251-1/+26
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+495