summaryrefslogtreecommitdiffstats
path: root/runtime/native
Commit message (Expand)AuthorAgeFilesLines
* consolidate profiles and profile-cacheNick Kralevich2014-06-111-10/+1
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-102-0/+11
* Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars."Hans Boehm2014-06-061-3/+3
|\
| * Clean up and augment Atomic class. Replace QuasiAtomic MemBars.Hans Boehm2014-06-061-3/+3
* | Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-061-32/+27
|\ \ | |/ |/|
| * Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-32/+27
* | Merge "Fixed and refactored profiler options handling"Calin Juravle2014-06-062-10/+8
|\ \
| * | Fixed and refactored profiler options handlingCalin Juravle2014-06-062-10/+8
* | | Merge "Clean up the sampling profiler"Calin Juravle2014-06-061-48/+30
|\ \ \ | |/ / | | / | |/ |/|
| * Clean up the sampling profilerCalin Juravle2014-06-061-48/+30
* | Merge "Use sendfile when copying profile file."Calin Juravle2014-06-041-20/+21
|\ \
| * | Use sendfile when copying profile file.Calin Juravle2014-06-041-20/+21
* | | Merge "Fix a possible file descriptor leakage"Calin Juravle2014-06-041-8/+7
|\ \ \ | |/ /
| * | Fix a possible file descriptor leakageCalin Juravle2014-06-041-8/+7
| |/
* | 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