summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter
Commit message (Expand)AuthorAgeFilesLines
* Ensure classes are initialized rather than initializing.Ian Rogers2014-06-181-2/+2
* Merge "Fix compilation errors when setting kTracing = true."Ian Rogers2014-06-101-0/+1
|\
| * Fix compilation errors when setting kTracing = true.Douglas Leung2014-06-111-0/+1
* | Fix exception reporting from interpreterSebastien Hertz2014-06-114-14/+85
* | Workaround frame size issues.Ian Rogers2014-06-102-405/+409
|/
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-095-31/+48
* Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars."Hans Boehm2014-06-062-4/+4
|\
| * Clean up and augment Atomic class. Replace QuasiAtomic MemBars.Hans Boehm2014-06-062-4/+4
* | Change FieldHelper to use a handle.Mathieu Chartier2014-06-062-8/+11
|/
* Merge "ART: Fix forbidden thread state change in interpreter"Andreas Gampe2014-06-041-4/+10
|\
| * ART: Fix forbidden thread state change in interpreterAndreas Gampe2014-06-041-4/+10
* | Add missing preamble in switch-based interpreterSebastien Hertz2014-06-041-0/+1
|/
* Merge "Compaction cleanup for FindArrayClass."Mathieu Chartier2014-05-301-1/+1
|\
| * Compaction cleanup for FindArrayClass.Mathieu Chartier2014-05-301-1/+1
* | Merge "Another workaround for stack overflow issue with clang"Sebastien Hertz2014-05-303-34/+45
|\ \
| * | Another workaround for stack overflow issue with clangSebastien Hertz2014-05-283-34/+45
| |/
* | Ignore catch blocks whose type can't be resolved.Ian Rogers2014-05-291-7/+1
|/
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-233-15/+21
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-223-21/+15
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-223-15/+21
* Merge "Secure move-exception in intepreter"Sebastien Hertz2014-05-222-4/+4
|\
| * Secure move-exception in intepreterSebastien Hertz2014-05-212-4/+4
* | Workaround stack overflow issue with clangSebastien Hertz2014-05-202-16/+24
|/
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-185-12/+13
* Fix JDWP location event report on return instructionsSebastien Hertz2014-05-152-0/+33
* Merge "Combine JDWP location events"Sebastien Hertz2014-05-152-21/+38
|\
| * Combine JDWP location eventsSebastien Hertz2014-05-122-21/+38
* | ART: Fix typo in ArtMethod::FindCatchBlockAndreas Gampe2014-05-141-1/+7
* | Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-133-20/+30
|/
* Fix typo.Ian Rogers2014-05-062-2/+2
* Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime.Ian Rogers2014-05-061-1/+11
* Create stack traces in unstarted runtimes.Ian Rogers2014-05-031-1/+20
* Allow ArtMethod::Invoke in unstarted runtimes.Ian Rogers2014-05-021-8/+21
* Move DecodedInstruction into MIR.Ian Rogers2014-05-021-2/+2
* Don't allow allocating finalizable objects during transactions.Mathieu Chartier2014-04-305-8/+35
* Force inlining on trivial accessors.Ian Rogers2014-04-293-25/+26
* Merge "Fix ART compilation for Clang 3.5."Stephen Hines2014-04-251-4/+4
|\
| * Fix ART compilation for Clang 3.5.Stephen Hines2014-04-241-4/+4
* | Support field watchpoint in interpreterSebastien Hertz2014-04-251-1/+73
|/
* Fix FindCatchBlock to work in -Xverify:none mode.Jeff Hao2014-04-221-1/+2
* Cleanup transaction supportSebastien Hertz2014-04-021-2/+2
* Fix sign problem, implement low-mem mmap wraparoundAndreas Gampe2014-03-211-2/+3
* Refactor reflective method invocation.Ian Rogers2014-03-141-1/+0
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+1
* Merge "Fix the bug that some compiled code was invoked with -Xint."Hiroshi Yamauchi2014-03-031-0/+5
|\
| * Fix the bug that some compiled code was invoked with -Xint.Hiroshi Yamauchi2014-02-281-0/+5
* | Fix clang to compile and run host tests.Ian Rogers2014-02-282-7/+35
|/
* Make allocations report usable size.Ian Rogers2014-02-261-1/+2
* Fix moving GC bugs in EnterInterpreterFromInvoke.Mathieu Chartier2014-02-251-10/+14
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-2/+2