summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Enable reading page map without lock in RosAlloc::BulkFreeMathieu Chartier2014-04-2511-382/+451
* Merge "Revert "Revert "ART: Extracts an utility function of the duplicated co...Andreas Gampe2014-04-251-1/+1
|\
| * Revert "Revert "ART: Extracts an utility function of the duplicated code""Andreas Gampe2014-04-241-1/+1
* | Merge "Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs"Andreas Gampe2014-04-254-4/+447
|\ \
| * | Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 StubsAndreas Gampe2014-04-254-4/+447
| |/
* | Merge "Refactor exception handling for deoptimization"Sebastien Hertz2014-04-2511-135/+248
|\ \
| * | Refactor exception handling for deoptimizationSebastien Hertz2014-04-2511-135/+248
* | | Merge "Resolve method's argument reference types"Sebastien Hertz2014-04-251-2/+5
|\ \ \
| * | | Resolve method's argument reference typesSebastien Hertz2014-04-251-2/+5
* | | | Merge "Support field watchpoint in interpreter"Sebastien Hertz2014-04-256-31/+116
|\ \ \ \
| * | | | Support field watchpoint in interpreterSebastien Hertz2014-04-256-31/+116
* | | | | Use __FUNCTION__ in CHECK_NON_NULL_*ARGUMENT.Mathieu Chartier2014-04-241-228/+230
* | | | | Merge "Make unresolved exception types cause soft verification errors."Jeff Hao2014-04-241-5/+3
|\ \ \ \ \
| * | | | | Make unresolved exception types cause soft verification errors.Jeff Hao2014-04-241-5/+3
* | | | | | Clean up ScopedThreadStateChange + Get/SetPrimtiveArrayRegionMathieu Chartier2014-04-242-12/+7
|/ / / / /
* | | | | Merge "More code for the read barrier support."Hiroshi Yamauchi2014-04-248-54/+97
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | More code for the read barrier support.Hiroshi Yamauchi2014-04-228-54/+97
* | | | | Revert "ART: Extracts an utility function of the duplicated code"Andreas Gampe2014-04-241-6/+0
* | | | | ART: Extracts an utility function of the duplicated codeDmitry Petrochenko2014-04-241-0/+6
| |/ / / |/| | |
* | | | Merge "Don't allow heap transitions if the runtime is shutting down."Mathieu Chartier2014-04-241-0/+5
|\ \ \ \
| * | | | Don't allow heap transitions if the runtime is shutting down.Mathieu Chartier2014-04-231-0/+5
* | | | | art: fix dlopen error messageColin Cross2014-04-231-1/+1
|/ / / /
* | | | Merge "Separate maps from code in oat file."Vladimir Marko2014-04-234-4/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | Separate maps from code in oat file.Vladimir Marko2014-04-224-4/+30
* | | | Merge "Fix FindCatchBlock to work in -Xverify:none mode."Jeff Hao2014-04-235-10/+23
|\ \ \ \
| * | | | Fix FindCatchBlock to work in -Xverify:none mode.Jeff Hao2014-04-225-10/+23
| |/ / /
* | | | Merge "Remove support for app JNI workarounds."Ian Rogers2014-04-2211-179/+15
|\ \ \ \
| * | | | Remove support for app JNI workarounds.Ian Rogers2014-04-2211-179/+15
| | |_|/ | |/| |
* | | | Merge "Warn when thread state lookup fails."Ian Rogers2014-04-221-0/+1
|\ \ \ \
| * | | | Warn when thread state lookup fails.Ian Rogers2014-04-221-0/+1
| | |/ / | |/| |
* | | | Return bytes freed from RosAlloc.Mathieu Chartier2014-04-223-39/+46
|/ / /
* | | Merge "Avoid allocating OatFile::OatClass on the heap."Vladimir Marko2014-04-227-99/+102
|\ \ \
| * | | Avoid allocating OatFile::OatClass on the heap.Vladimir Marko2014-04-147-99/+102
* | | | Merge "Fix crash when debugging exception"Sebastien Hertz2014-04-221-1/+4
|\ \ \ \
| * | | | Fix crash when debugging exceptionSebastien Hertz2014-04-041-1/+4
* | | | | Merge "Revert "64bit changes to the stack walker for the Quick ABI.""Nicolas Geoffray2014-04-223-16/+16
|\ \ \ \ \
| * | | | | Revert "64bit changes to the stack walker for the Quick ABI."Nicolas Geoffray2014-04-223-16/+16
* | | | | | Merge "64bit changes to the stack walker for the Quick ABI."Nicolas Geoffray2014-04-223-16/+16
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 64bit changes to the stack walker for the Quick ABI.Nicolas Geoffray2014-04-183-16/+16
| | |_|/ / | |/| | |
* | | | | Merge "Speed up single-stepping"Sebastien Hertz2014-04-227-18/+87
|\ \ \ \ \
| * | | | | Speed up single-steppingSebastien Hertz2014-04-097-18/+87
* | | | | | Merge "Add an option to specify a list of methods for LIR dumping."Mingyao Yang2014-04-213-0/+8
|\ \ \ \ \ \
| * | | | | | Add an option to specify a list of methods for LIR dumping.Mingyao Yang2014-04-183-0/+8
* | | | | | | Modify unwind to comply with stack parser tools.Christopher Ferris2014-04-185-32/+26
* | | | | | | Fixing missing newlines in Usage callsBrian Carlstrom2014-04-181-18/+18
* | | | | | | Fix ForegroundHeapGrowthMultiplier and ParseDouble.Mathieu Chartier2014-04-181-3/+4
|/ / / / / /
* | | | | | Merge "Replace ObjectSet with LargeObjectBitmap."Mathieu Chartier2014-04-1821-381/+359
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Replace ObjectSet with LargeObjectBitmap.Mathieu Chartier2014-04-1721-381/+359
* | | | | | Merge "Interpreter-only mode should cause dex-to-dex compilation."Ian Rogers2014-04-183-55/+23
|\ \ \ \ \ \
| * | | | | | Interpreter-only mode should cause dex-to-dex compilation.Ian Rogers2014-04-173-55/+23