summaryrefslogtreecommitdiffstats
path: root/runtime/verifier
Commit message (Expand)AuthorAgeFilesLines
* Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-061-12/+26
|\
| * Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-12/+26
* | Reduce header files including header files.Ian Rogers2014-06-066-15/+19
|/
* Compaction cleanup for FindArrayClass.Mathieu Chartier2014-05-301-1/+1
* Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter."""Mathieu Chartier2014-05-232-14/+16
|\
| * Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-232-14/+16
* | Make the specification of when we need precise constants more precise.Ian Rogers2014-05-232-32/+42
|/
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-222-16/+14
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-222-14/+16
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-194-10/+10
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-183-10/+9
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-153-3/+3
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-135-58/+59
* Allow invoke-virtual-quick on interface types.Ian Rogers2014-05-071-4/+12
* Add more context for CHECKsBrian Carlstrom2014-05-061-2/+3
* Move DecodedInstruction into MIR.Ian Rogers2014-05-021-22/+24
* Merge "Resolve method's argument reference types"Sebastien Hertz2014-04-251-2/+5
|\
| * Resolve method's argument reference typesSebastien Hertz2014-04-251-2/+5
* | Merge "Support field watchpoint in interpreter"Sebastien Hertz2014-04-251-24/+7
|\ \
| * | Support field watchpoint in interpreterSebastien Hertz2014-04-251-24/+7
| |/
* / Make unresolved exception types cause soft verification errors.Jeff Hao2014-04-241-5/+3
|/
* Interpreter-only mode should cause dex-to-dex compilation.Ian Rogers2014-04-171-55/+15
* Fix a class-loading bug in the verifier when throwing NPEAndreas Gampe2014-04-173-21/+25
* Change FindClass in GetQuickInvokedMethod to use reg_types_.Mathieu Chartier2014-04-091-9/+8
* Properly dump register type in verifier failure messagesSebastien Hertz2014-03-282-9/+12
* Fix reg type merging in the verifierSebastien Hertz2014-03-143-2/+140
* Add more VerifyObject calls.Mathieu Chartier2014-03-073-2/+4
* Fix oatdump for interpret-only boot classpathBrian Carlstrom2014-03-041-1/+0
* Remove some stray stringpiece.h includesBrian Carlstrom2014-02-271-1/+0
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-262-8/+10
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-244-14/+15
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-1/+1
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-116-11/+11
* Object model changes to support 64bit.Ian Rogers2014-02-063-9/+7
* Mark methods in method_verifier-inl.h as inline.Vladimir Marko2014-01-211-11/+11
* Don't resolve types in verifier when we can't load classes.Mathieu Chartier2014-01-141-7/+18
* Background compaction support.Mathieu Chartier2014-01-081-1/+1
* Use imprecise constants at compilation time.Sebastien Hertz2013-12-204-7/+71
* Move compiler code out of method verifier.Vladimir Marko2013-12-174-529/+101
* Add classes that fail verification early to rejected class list.Jeff Hao2013-12-131-19/+19
* Add class to verifier's rejected list if superclass is erroneous.Jeff Hao2013-12-121-3/+2
* Enable moving classes.Mathieu Chartier2013-12-106-1/+27
* Fix build (lint: explicit ctor).Vladimir Marko2013-12-101-1/+1
* Don't prefix GC map by length.Vladimir Marko2013-12-103-22/+16
* Make verifier log hard failures by default.Jeff Hao2013-11-221-4/+2
* Avoid unnecessary copy of dex_gc_map.Vladimir Marko2013-11-192-35/+23
* Fix memory leak of verifier small precise constants.Ian Rogers2013-11-141-2/+2
* Merge "Compacting collector." into dalvik-devMathieu Chartier2013-11-134-96/+113
|\
| * Compacting collector.Mathieu Chartier2013-11-114-96/+113
* | Change monitor checks to warnings in verifier.Jeff Hao2013-11-111-4/+4
|/