summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter/interpreter_common.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix moving GC bug in DoFilledNewArrayMathieu Chartier2015-06-181-18/+20
* Follow up on CL 151605Sebastien Hertz2015-06-181-1/+1
* Fix nested deoptimization.Mingyao Yang2015-06-181-3/+2
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-16/+14
* ART: Refactor UnstartedRuntime for testingAndreas Gampe2015-05-211-1/+1
* Fix non-range String init callsKenny Root2015-05-151-6/+7
* Restore interpreter check during DoCall removed by string init.Jeff Hao2015-04-291-0/+1
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-4/+64
* Replace NULL with nullptrMathieu Chartier2015-04-221-5/+5
* Move ArtField to nativeMathieu Chartier2015-04-101-3/+2
* Use va_list argument to abort transactionSebastien Hertz2015-04-031-4/+8
* Use specific exception class to abort transactionSebastien Hertz2015-04-031-1/+1
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-1/+1
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-241-2/+9
* ART: Refactor unstarted runtimeAndreas Gampe2015-03-111-277/+1
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-22/+14
* Merge "Compute the right catch location for the debugger."Nicolas Geoffray2015-03-091-79/+5
|\
| * Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-79/+5
* | ART: Allow arraycopy with int[] in unstarted runtimeAndreas Gampe2015-03-061-1/+2
* | Merge "ART: Fix missing handles"Andreas Gampe2015-03-041-24/+28
|\ \ | |/ |/|
| * ART: Fix missing handlesAndreas Gampe2015-03-041-24/+28
* | Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-6/+5
|/
* ART: Allow more operations in unstarted RuntimeAndreas Gampe2015-03-021-15/+135
* Fix transaction abortingSebastien Hertz2015-02-051-3/+5
* Add missing iget quick for bool, byte, char, shortMathieu Chartier2014-12-101-3/+19
* Move GetClassFromTypeIdx to ArtMethod.Ian Rogers2014-12-021-12/+3
* Remove FieldHelper.Ian Rogers2014-12-021-3/+1
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-29/+48
* ART: More warningsAndreas Gampe2014-11-041-4/+4
* Move GetNameAsString out of MethodHelper into ArtMethod.Ian Rogers2014-10-281-3/+2
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-1/+5
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-4/+4
* Handlerize methods across some GC points.Hiroshi Yamauchi2014-10-061-10/+10
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-35/+35
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-1/+2
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-3/+3
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-5/+21
* Clean up Handle usage.Mathieu Chartier2014-08-231-2/+2
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-6/+8
* Merge "Fix class initialization checks in interpreter"Sebastien Hertz2014-07-161-2/+2
|\
| * Fix class initialization checks in interpreterSebastien Hertz2014-07-161-2/+2
* | Remove object_utils.h.Ian Rogers2014-07-161-0/+2
|/
* Add missing class initialization during compilation and testsSebastien Hertz2014-07-101-26/+52
* CW on Master: Propagate or throw exception when no class found happens in int...Sean Wan2014-07-091-2/+7
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-8/+84
* Workaround frame size issues.Ian Rogers2014-06-101-0/+389
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-9/+12
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-5/+2
* ART: Fix forbidden thread state change in interpreterAndreas Gampe2014-06-041-4/+10