summaryrefslogtreecommitdiffstats
path: root/compiler/jni/quick/x86_64/calling_convention_x86_64.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Add VerifyObject to StackHandleScope::SetReferenceMathieu Chartier2015-01-081-0/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+1
* x86_64: Enable fp-reg promotionSerguei Katkov2014-07-101-0/+8
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-3/+4
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+3
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-1/+1
* 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/+9
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-5/+5
* x86_64: JNI compilerDmitry Petrochenko2014-03-281-0/+203