summaryrefslogtreecommitdiffstats
path: root/runtime/verifier/method_verifier_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-7/+6
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-2/+3
* Break apart header files.Ian Rogers2014-07-151-0/+1
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-3/+4
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-1/+1
* Use class def index from java.lang.Class.Ian Rogers2013-09-211-1/+2
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+59