summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/quick
Commit message (Expand)AuthorAgeFilesLines
* Skip r1 on arm if first parameter is a long.Nicolas Geoffray2015-01-131-0/+10
* Fix handling of long argument spanning register/memory.Nicolas Geoffray2015-01-121-8/+3
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-296-70/+93
* Support proxy method in StackVisitor::GetThisObjectSebastien Hertz2014-12-091-0/+23
* Fix artQuickResolutionTrampoline.Ian Rogers2014-12-021-1/+4
* Move FindDexMethodIndexInOtherDexFile into ArtMethod.Ian Rogers2014-12-021-35/+39
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-7/+8
* Merge "Add JNI trampoline for mips32."Ian Rogers2014-11-221-5/+4
|\
| * Add JNI trampoline for mips32.Douglas Leung2014-10-311-5/+4
* | Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-211-1/+1
* | Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-1/+1
* | Merge "Fix DCHECK in artInstrumentationMethodEntryFromCode"Sebastien Hertz2014-11-171-1/+1
|\ \
| * | Fix DCHECK in artInstrumentationMethodEntryFromCodeSebastien Hertz2014-11-171-1/+1
* | | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-133-3/+1
|/ /
* | ART: Fix some redundant declarationsAndreas Gampe2014-11-041-0/+109
* | Merge "ART: More warnings"Andreas Gampe2014-11-051-2/+2
|\ \
| * | ART: More warningsAndreas Gampe2014-11-041-2/+2
* | | Fix build.Ian Rogers2014-11-041-4/+4
* | | Fix mac build.Ian Rogers2014-11-041-6/+8
|/ /
* | ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-7/+8
* | Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-033-19/+14
|/
* Merge "Tidy logging code not using UNIMPLEMENTED."Ian Rogers2014-10-252-5/+5
|\
| * Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-242-5/+5
* | ARM: Use hardfp calling convention between java to java call.Zheng Xu2014-10-241-59/+89
|/
* Tidy up logging.Ian Rogers2014-10-222-1/+2
* Const-ify functions/variables in trampoline entrypoints.Ian Rogers2014-10-211-22/+23
* Refactor quick entrypointsIan Rogers2014-10-2012-269/+243
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-163-6/+8
* Merge "Work around ICE bugs with MIPS GCC and O1."Ian Rogers2014-10-101-19/+17
|\
| * Work around ICE bugs with MIPS GCC and O1.Ian Rogers2014-10-101-19/+17
* | Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-0/+9
|/
* stdint types all the way!Ian Rogers2014-10-093-13/+13
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-35/+11
* Handlerize methods across some GC points.Hiroshi Yamauchi2014-10-061-6/+5
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-292-9/+6
* Optimize get/set reflection performanceMathieu Chartier2014-09-262-0/+3
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-2/+2
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-123-17/+8
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-252-0/+322
* Support running without a boot image.Alex Light2014-08-251-1/+2
* Merge "Fix bugs in the x86 and arm versions of generic JNI."Nicolas Geoffray2014-08-121-1/+9
|\
| * Fix bugs in the x86 and arm versions of generic JNI.Nicolas Geoffray2014-08-141-1/+9
* | Reduce stack usage for overflow checksDave Allison2014-08-131-0/+4
|/
* ART: Build fix for dex_cache reworkAndreas Gampe2014-08-061-1/+1
* Merge "ART: Add guards to the dex cache and its shortcuts"Andreas Gampe2014-08-061-3/+3
|\
| * ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-3/+3
* | Merge "Implement TLAB fast paths in artAllocObjectFromCode."Hiroshi Yamauchi2014-08-051-0/+61
|\ \ | |/ |/|
| * Implement TLAB fast paths in artAllocObjectFromCode.Hiroshi Yamauchi2014-08-061-0/+61
* | Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-08-061-2/+1
|/
* Merge "Revert "Fix proxy tracing and enable tests that now work with tracing.""Nicolas Geoffray2014-07-231-1/+2
|\