summaryrefslogtreecommitdiffstats
path: root/vm/UtfString.h
Commit message (Expand)AuthorAgeFilesLines
* Make some of the StringObject functions member functions.Elliott Hughes2011-06-171-22/+1
* Improve reference table dumping.Elliott Hughes2011-06-161-7/+7
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Use std::string rather than malloc/free for saneDirName.Elliott Hughes2011-06-071-2/+14
* Make interned strings non-movable.Carl Shapiro2011-05-051-2/+3
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-8/+0
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-1/+1
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-1/+1
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+8
* Move more system propery handling into managed code.Elliott Hughes2011-02-101-0/+10
* Add const qualifier to the dvmComputeStringHash signature.Carl Shapiro2010-08-051-1/+1
* Remove the "allocFlags" parameter from dvmCreateStringFromCstr andBarry Hayes2010-06-191-8/+4
* Add inline version of String.indexOf().Andy McFadden2009-09-031-0/+25
* Progress toward indirect JNI references.Andy McFadden2009-08-201-0/+5
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+112
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-112/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+112