summaryrefslogtreecommitdiffstats
path: root/vm/Native.c
Commit message (Expand)AuthorAgeFilesLines
* Round two.Dan Bornstein2011-02-231-1/+1
* Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-071-5/+5
* Use dvmHumanReadableDescriptor in -Xjnitrace.Elliott Hughes2010-12-031-7/+14
* Change Runtime.nativeLoad to return the dlerror(3) string.Elliott Hughes2010-09-301-127/+8
* Turn off verbose chatter about libs in /vendorDima Zavin2010-09-231-1/+2
* Switch -Xjnitrace over to using a custom JNI bridge.Elliott Hughes2010-07-301-2/+2
* Implement JNI UnregisterNatives.Andy McFadden2010-07-191-3/+67
* Tracing for developers of native methods.Elliott Hughes2010-07-151-0/+111
* Minor clean-up of thread status changes.Carl Shapiro2010-07-021-2/+2
* Remove repeated newlines at the end of files.Carl Shapiro2010-06-081-1/+0
* Remove unused labels, variables, and functions. Enable warnings.Carl Shapiro2010-05-211-1/+0
* Reduce logging.Andy McFadden2009-11-171-11/+18
* Use local references for native method args.Andy McFadden2009-08-241-1/+1
* Fix mangling to translate dollar signs.Brian McKenna2009-07-271-2/+2
* Remove races from JNI_OnLoad invocation.Andy McFadden2009-07-101-19/+110
* Reduce VM aborts during high CPU stress.Andy McFadden2009-06-171-2/+10
* Check object types when native code returns.Andy McFadden2009-05-141-4/+7
* auto import //branches/master/...@140412The Android Open Source Project2009-03-181-5/+11
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+704
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-704/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+704