summaryrefslogtreecommitdiffstats
path: root/runtime/primitive.cc
Commit message (Collapse)AuthorAgeFilesLines
* Improve error messages in art::GraphChecker and art::SSACheckerRoland Levillain2015-01-211-0/+5
| | | | | | | | - Add an art::GraphChecker::AddError helper. - Use StringPrintf instead of std::stringstream. - Rephrase some error messages. Change-Id: Ia741e9e67cb5122f086a7383a2bc02d60ca637df
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-0/+1
| | | | | | | | | | | | Increase check JNI checks. Break apart jni_internal.h in to jni_env_ext.h and java_vm_ext.h. Fix the abuse of ScopedObjectAccess/annotalysis by ScopedCheck in the case of VM routines. Make class loader override and shared library class loader JNI global references rather than mirror pointers. Clean-ups to native bridge. Change-Id: If7c6110b5aade7a402bfb67534af86a7b2cdeb55
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+43
The runtime, compiler, dex2oat, and oatdump now are in seperate trees to prevent dependency creep. They can now be individually built without rebuilding the rest of the art projects. dalvikvm and jdwpspy were already this way. Builds in the art directory should behave as before, building everything including tests. Change-Id: Ic6b1151e5ed0f823c3dd301afd2b13eb2d8feb81