summaryrefslogtreecommitdiffstats
path: root/runtime/verifier
Commit message (Expand)AuthorAgeFilesLines
* ART: Relax verifier aput checkingAndreas Gampe2015-08-141-1/+18
* ART: Change UninitializedThis tracking in the verifierAndreas Gampe2015-08-124-96/+60
* ART: Change UnresolvedMergedType mergeAndreas Gampe2015-08-101-2/+2
* ART: Change UnresolvedMergedType internal representationAndreas Gampe2015-08-104-76/+103
* ART: Change merges with Undefined to UndefinedAndreas Gampe2015-07-091-1/+9
* ART: Allow to set and copy conflicts in the verifierAndreas Gampe2015-07-081-5/+5
* ART: Avoid soft- after hard-fail in verifierAndreas Gampe2015-07-081-1/+3
* ART: Fix invalid access and DCHECK in verifierAndreas Gampe2015-06-261-8/+16
* ART: Reset runtime_throw_failure flagAndreas Gampe2015-06-252-1/+11
* Hard-fail get-/put-object to a non-reference field.Vladimir Marko2015-06-251-8/+18
* Use a flag from the verifier to know if we should compile.Nicolas Geoffray2015-06-242-0/+5
* ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371Andreas Gampe2015-06-232-22/+41
* ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classesAndreas Gampe2015-06-221-0/+32
* ART: Disallow classes that are abstract and finalAndreas Gampe2015-06-221-0/+9
* Verifier: check an aput, even if we know it will fail.Nicolas Geoffray2015-06-221-2/+3
* ART: Check for expected args for instance methodsAndreas Gampe2015-06-191-2/+11
* ART: Check var-arg count earlier in method verifierTaiju Tsuiki2015-06-191-7/+7
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-022-120/+96
* Merge "ART: Fix wrong hard-failure handling in verifier" into mnc-devAndreas Gampe2015-06-011-11/+22
|\
| * ART: Fix wrong hard-failure handling in verifierAndreas Gampe2015-05-271-11/+22
* | ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+2
|/
* ART: Sometimes even empty methods take forever to verifyAndreas Gampe2015-05-211-0/+4
* ART: Change huge-method warning in verifierAndreas Gampe2015-05-191-5/+9
* 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-274-3/+49
* Replace NULL with nullptrMathieu Chartier2015-04-226-11/+11
* Move ArtField to nativeMathieu Chartier2015-04-102-31/+22
* Add support for nested method verifiersMathieu Chartier2015-04-092-2/+7
* ART: Enable more Clang warningsAndreas Gampe2015-04-061-1/+0
* Refactor and improve GC root handlingMathieu Chartier2015-04-066-27/+27
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-2/+2
* ART: Change RETURN_OBJECT verification for arraysAndreas Gampe2015-03-263-2/+64
* Fix verifier handling of empty switch as last instruction.Jeff Hao2015-03-201-1/+1
* Add verify-at-runtime compiler filterMathieu Chartier2015-03-201-1/+2
* Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIERMathieu Chartier2015-03-191-5/+12
* Change method verifiers to be thread local rootsMathieu Chartier2015-03-136-33/+28
* ART: Add entries_ lock for race conditionbowen_lai2015-03-132-1/+9
* ART: Save work-line for pending runtime failureAndreas Gampe2015-03-121-0/+11
* Fix incompatible class change error for JIT stress modeMathieu Chartier2015-03-114-24/+34
* Fix method_verifier_test with the SS collector.Hiroshi Yamauchi2015-02-251-2/+3
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-242-30/+35
* Revert "Add JIT"Nicolas Geoffray2015-02-242-35/+30
* Add JITMathieu Chartier2015-02-232-30/+35
* Fix exception handling during deoptimizationSebastien Hertz2015-01-231-0/+6
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-3/+1
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-7/+6
* Don't allow suspension from FindLocksAtDexPcMathieu Chartier2015-01-062-10/+20
* ART: Fix verification of constructors.Stephen Kyle2014-12-224-12/+99
* Merge "Revert "Revert "Ensure void type is resolved when running without imag...Andreas Gampe2014-12-111-1/+3
|\
| * Revert "Revert "Ensure void type is resolved when running without image""Andreas Gampe2014-12-101-1/+3