summaryrefslogtreecommitdiffstats
path: root/vm/UtfString.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Make some of the StringObject functions member functions.Elliott Hughes2011-06-171-34/+13
* Improve reference table dumping.Elliott Hughes2011-06-161-59/+43
* Use std::string rather than malloc/free for saneDirName.Elliott Hughes2011-06-071-26/+14
* Further conservation of newlines.Dan Bornstein2011-05-261-1/+1
* Make interned strings non-movable.Carl Shapiro2011-05-051-5/+11
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-6/+3
* Remove dvmAllocObjectArray and all of its uses.Carl Shapiro2011-04-181-4/+5
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+457