summaryrefslogtreecommitdiffstats
path: root/compiler/jni/quick/arm/calling_convention_arm.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+1
* Stack support for Optimizing compilerSebastien Hertz2015-03-031-0/+16
* Skip r1 on arm if first parameter is a long.Nicolas Geoffray2015-01-131-0/+7
* Fix handling of long argument spanning register/memory.Nicolas Geoffray2015-01-121-1/+5
* Add VerifyObject to StackHandleScope::SetReferenceMathieu Chartier2015-01-081-0/+1
* ART: Replace COMPILE_ASSERT with static_assert (compiler)Andreas Gampe2014-11-031-2/+2
* ARM: Use hardfp calling convention between java to java call.Zheng Xu2014-10-241-23/+109
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-2/+3
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+3
* art: Use SIRT::GetAlignedSirtSizeTarget in calling conventionDmitry Petrochenko2014-04-101-1/+1
* Calling convention support for cross 64/32 compilation.Ian Rogers2014-04-011-8/+8
* x86_64: JNI compilerDmitry Petrochenko2014-03-281-1/+1
* Add GC mode for stressing testing heap transitions.Mathieu Chartier2014-03-251-1/+1
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+212