summaryrefslogtreecommitdiffstats
path: root/compiler/dex/verified_method.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a flag from the verifier to know if we should compile.Nicolas Geoffray2015-06-241-0/+1
* Fix GC map generation edge caseMathieu Chartier2015-06-191-5/+6
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-7/+11
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+3
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* Fallback to quick in case of soft verification errorsCalin Juravle2015-04-161-0/+1
* Merge "Revert "Fallback to quick in case of soft verification errors""Calin Juravle2015-04-131-1/+0
|\
| * Revert "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-131-1/+0
* | Merge "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-131-0/+1
|\|
| * Fallback to quick in case of soft verification errorsCalin Juravle2015-04-101-0/+1
* | Move ArtField to nativeMathieu Chartier2015-04-101-1/+1
|/
* Fix incompatible class change error for JIT stress modeMathieu Chartier2015-03-111-7/+14
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-4/+27
* Revert "Add JIT"Nicolas Geoffray2015-02-241-27/+4
* Add JITMathieu Chartier2015-02-231-4/+27
* ART: Some Quick cleanupAndreas Gampe2015-01-261-8/+1
* ART: Punt to the interpreter for VerifiedMethod errorsAndreas Gampe2014-12-171-12/+11
* Add verifier support for dequickeningMathieu Chartier2014-12-111-20/+42
* ART: Fix crash with unreachable void check-castStephen Kyle2014-11-071-0/+4
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-8/+12
* Revert "Add read barriers for the roots in the verifier."Ian Rogers2014-09-101-6/+6
* Add read barriers for the roots in the verifier.Hiroshi Yamauchi2014-07-311-6/+6
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Refactor verification results.Vladimir Marko2014-01-281-0/+312