summaryrefslogtreecommitdiffstats
path: root/src/calling_convention.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Remove various bits of lint.Elliott Hughes2012-01-241-1/+0
* Remove the use of Method from jni_compilerIan Rogers2011-11-141-17/+88
* Refactor the use of Method by the compiler.Ian Rogers2011-11-131-2/+0
* Move rest of code related blobs from Method to oatBrian Carlstrom2011-10-071-9/+9
* Start moving stack-related stuff out of thread.h.Elliott Hughes2011-10-051-0/+1
* Support for JNI local reference cookie.Ian Rogers2011-09-271-1/+1
* Save/restore local table state on down calls.Ian Rogers2011-09-231-5/+11
* Exception work clean up.Ian Rogers2011-09-171-1/+1
* Support for exception throwing from JNI.Ian Rogers2011-09-171-4/+4
* Support for exception throwing.Ian Rogers2011-09-151-23/+26
* Support for cross compilation.Ian Rogers2011-09-081-38/+42
* Fix various JNI compiler bugs/unimplementeds.Ian Rogers2011-09-071-2/+4
* Decoding references. Otherwise, buggy code works only on stack refs.Shih-wei Liao2011-09-021-0/+4
* Switch to UniquePtr.Elliott Hughes2011-08-301-6/+7
* Add validate object, clean up stack indirect reference table.Ian Rogers2011-08-231-14/+14
* Support for return PC offset and frame size in JNI compiler.Ian Rogers2011-08-231-0/+2
* Fix JNI compiler for synchronized methods.Ian Rogers2011-08-151-3/+20
* Remove author attributions.Carl Shapiro2011-08-141-1/+0
* Handle double and long on the Managed side, and follow AAPCS on the Native side.Shih-wei Liao2011-08-111-5/+11
* Initial ARM JNI compiler support.Carl Shapiro2011-07-251-0/+7
* Move DexFiles to be allocated on the heapBrian Carlstrom2011-07-221-3/+3
* Support for synchronized native methods.Ian Rogers2011-07-211-4/+9
* x86 JNI compiler and unit tests.Ian Rogers2011-07-201-0/+145