summaryrefslogtreecommitdiffstats
path: root/runtime/native
Commit message (Expand)AuthorAgeFilesLines
* Added workaround passing empty arg array for proxy invocation.Jeff Hao2014-06-021-3/+2
* Merge "Compaction cleanup for FindArrayClass."Mathieu Chartier2014-05-302-4/+5
|\
| * Compaction cleanup for FindArrayClass.Mathieu Chartier2014-05-302-4/+5
* | ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-1/+1
* | Fix DexFile.entries to return class names, not class descriptorsBrian Carlstrom2014-05-281-2/+2
|/
* Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter."""Mathieu Chartier2014-05-231-5/+3
|\
| * Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-5/+3
* | Merge "Add a check for null thread before trying to suspend"Sebastien Hertz2014-05-231-1/+7
|\ \ | |/ |/|
| * Add a check for null thread before trying to suspendJohnnie Birch2014-05-221-1/+7
* | Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-3/+5
* | Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-5/+3
* | Merge "Support new VMRuntime native methods"Sebastien Hertz2014-05-221-0/+18
|\ \
| * | Support new VMRuntime native methodsSebastien Hertz2014-05-221-0/+18
* | | Up-to-date odex files should take precedence over profile checksBrian Carlstrom2014-05-191-46/+46
* | | Fix DexFile.getClassNameList.Ian Rogers2014-05-191-1/+1
* | | Merge "Now we have a proper C++ library, use std::unique_ptr."Ian Rogers2014-05-202-3/+3
|\ \ \
| * | | Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-192-3/+3
* | | | Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-191-2/+2
|/ / /
* | | Merge "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-191-2/+4
|\ \ \ | |/ / |/| |
| * | Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-161-2/+4
* | | Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-183-6/+9
|/ /
* | Avoid some unnecessary use of stl types.Ian Rogers2014-05-152-21/+40
|/
* Merge "Ensure JNI primitive array type is appropriate."Ian Rogers2014-05-141-8/+0
|\
| * Ensure JNI primitive array type is appropriate.Ian Rogers2014-05-141-8/+0
* | Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-137-30/+39
|/
* Restore "Late-enable" loggingBrian Carlstrom2014-05-121-2/+2
* Remove all LOG(DEBUG) which is not intended to be checked inBrian Carlstrom2014-05-091-2/+2
* Add concurrent reference processing.Mathieu Chartier2014-05-071-0/+42
* Prevent spurious dexopts in 32-64 builds.Narayan Kamath2014-05-021-28/+4
* Use instruction specific dalvik cache dirs.Narayan Kamath2014-05-011-34/+50
* Force inlining on trivial accessors.Ian Rogers2014-04-293-16/+17
* Do not require dexopt when previous profile does not existBrian Carlstrom2014-04-251-14/+13
* Merge "Remove support for app JNI workarounds."Ian Rogers2014-04-221-15/+4
|\
| * Remove support for app JNI workarounds.Ian Rogers2014-04-221-15/+4
* | Warn when thread state lookup fails.Ian Rogers2014-04-221-0/+1
|/
* Better error reporting when loading dex filesAndreas Gampe2014-04-081-5/+12
* Merge "Tweaked profile significant_difference."Calin Juravle2014-04-081-39/+58
|\
| * Tweaked profile significant_difference.Calin Juravle2014-04-071-39/+58
* | Runtime::PreZygoteFork returns void, not boolean.Narayan Kamath2014-04-021-3/+2
|/
* Include <sys/resource.h> for rlimit.Narayan Kamath2014-04-021-0/+2
* Merge "Move most zygote related code to frameworks/base."Narayan Kamath2014-04-022-606/+118
|\
| * Move most zygote related code to frameworks/base.Narayan Kamath2014-04-012-606/+118
* | Merge "Cleanup transaction support"Sebastien Hertz2014-04-023-5/+5
|\ \
| * | Cleanup transaction supportSebastien Hertz2014-04-023-5/+5
* | | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-3/+3
| |/ |/|
* | Some fixes for comments and implied conversions.Jeff Hao2014-03-283-12/+12
* | Add access checks to Method and Field reflection.Jeff Hao2014-03-283-61/+112
* | Remove bogus DCHECK.Ian Rogers2014-03-271-1/+0
* | Merge "Reflection tidying."Ian Rogers2014-03-271-3/+3
|\ \ | |/ |/|
| * Reflection tidying.Ian Rogers2014-03-261-3/+3