summaryrefslogtreecommitdiffstats
path: root/vm/analysis/DexPrepare.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dalvik :Increase the upper limit check for DexOpt Deps tableAbhishek Arpure2014-05-011-1/+1
* Dalvik :Increase the upper limit check for DexOpt Deps tableTapas Pradhan2014-04-041-1/+1
* Dalvik : Increase the upper limit check for DexOpt Deps tableTapas Pradhan2014-03-211-1/+1
* Dalvik : Increase the upper limit check for DexOpt Deps tableAbhishek Arpure2013-12-201-1/+1
* Dalvik : Increase the upper limit check for DexOpt Deps tableAjay Raghothama2013-11-201-1/+1
* Move verification of class access flags to libdexBen Gruver2013-05-081-6/+0
* Reject dex files that attempt to use unspecified class access flagsBen Gruver2013-05-061-0/+6
* Output number of bytes used by LinearAlloc during dexopt.jeffhao2012-04-131-2/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-26/+26
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-17/+17
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-17/+17
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-12/+12
* am 63cd4b08: Don\'t malloc between fork and execAndy McFadden2011-11-031-1/+1
|\
| * Don't malloc between fork and execAndy McFadden2011-11-021-1/+1
* | am a78b1255: Fix cleanupAndy McFadden2011-11-021-7/+10
|\|
| * Fix cleanupAndy McFadden2011-11-011-7/+10
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-22/+22
|/
* Use std::string rather than malloc/free for saneDirName.Elliott Hughes2011-06-071-44/+26
* Add some error checking and clean out some cruft.Dan Bornstein2011-06-021-2/+70
* Further conservation of newlines.Dan Bornstein2011-05-261-93/+93
* Move the verifier and parts of the interpreter into C++.Carl Shapiro2011-04-151-0/+1509