summaryrefslogtreecommitdiffstats
path: root/vm/InlineNative.h
Commit message (Expand)AuthorAgeFilesLines
* dalvik: dalvik device extension pack.Xin Qi2013-10-311-0/+39
* Optimize those StrictMath routines that are identical to Math routines.Elliott Hughes2012-09-141-1/+8
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-13/+5
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-0/+69
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+8
* Interpreter restructuringbuzbee2011-03-231-0/+5
* Ensure we always call inline natives.Elliott Hughes2011-02-161-1/+5
* Make more DEX optimizations "essential"Andy McFadden2011-01-281-1/+1
* Check at startup that we can resolve all the inline natives.Elliott Hughes2010-09-171-0/+4
* Intrinsics for float/int and double/long conversions.Elliott Hughes2010-08-231-0/+6
* Fix supplementary character support.Elliott Hughes2010-04-121-13/+12
* An InlineNative for String.isEmpty, so it's not slower than length() == 0.Elliott Hughes2010-04-081-10/+11
* Update the JIT to use the new indexAt() inline native routines.Bill Buzbee2009-09-031-10/+12
* Inline-execute for Java.Lang.Math routines, jit codegen restructure, various ...Bill Buzbee2009-07-101-0/+18
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+85
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-85/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+85