summaryrefslogtreecommitdiffstats
path: root/runtime/verifier/reg_type_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Change UnresolvedMergedType mergeAndreas Gampe2015-08-101-2/+2
* ART: Change UnresolvedMergedType internal representationAndreas Gampe2015-08-101-17/+40
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-16/+16
* Change method verifiers to be thread local rootsMathieu Chartier2015-03-131-21/+17
* ART: Add entries_ lock for race conditionbowen_lai2015-03-131-1/+6
* Fix method_verifier_test with the SS collector.Hiroshi Yamauchi2015-02-251-2/+3
* Add hash map, reduce excessive hashingMathieu Chartier2014-11-071-1/+2
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
* Fix "const-class v0, I" for libartd.soLogan Chien2014-09-241-0/+1
* Fix stale root error in verifierMathieu Chartier2014-09-121-0/+22
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-83/+48
* Re-add read barrier to roots in the verifier.Ian Rogers2014-09-101-2/+2
* Revert "Add read barriers for the roots in the verifier."Ian Rogers2014-09-101-37/+39
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-10/+13
* ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-1/+1
* Add read barriers for the roots in the verifier.Hiroshi Yamauchi2014-07-311-39/+37
* ART: Fix verifier mishandling erroneous array component typesAndreas Gampe2014-07-301-14/+25
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+4
* Fix a class-loading bug in the verifier when throwing NPEAndreas Gampe2014-04-171-10/+14
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-3/+6
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+2
* Use imprecise constants at compilation time.Sebastien Hertz2013-12-201-0/+19
* Enable moving classes.Mathieu Chartier2013-12-101-0/+6
* Fix memory leak of verifier small precise constants.Ian Rogers2013-11-141-2/+2
* Compacting collector.Mathieu Chartier2013-11-111-1/+2
* Improve quick codegen for aput-object.Ian Rogers2013-10-081-2/+3
* StringPiece clean up.Ian Rogers2013-09-241-0/+1
* Add a pool of small cat1 constants to the verifier.Ian Rogers2013-09-061-32/+64
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fix cpplint whitespace/indent issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+523