summaryrefslogtreecommitdiffstats
path: root/src/jni_compiler.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Remove the use of Method from jni_compilerIan Rogers2011-11-141-7/+5
* Refactor the use of Method by the compiler.Ian Rogers2011-11-131-1/+2
* Move rest of code related blobs from Method to oatBrian Carlstrom2011-10-071-2/+4
* Fix JNI thread state transitions.Ian Rogers2011-09-181-0/+5
* Support for exception throwing.Ian Rogers2011-09-151-0/+1
* Add oat file generation and tests to buildBrian Carlstrom2011-09-151-2/+4
* Generating stub code for registering a jni function at runtime.Shih-wei Liao2011-09-121-0/+3
* Support for cross compilation.Ian Rogers2011-09-081-8/+11
* Remove use of MemMap for code allocation.Brian Carlstrom2011-09-031-9/+0
* Decoding references. Otherwise, buggy code works only on stack refs.Shih-wei Liao2011-09-021-0/+4
* Switch to UniquePtr.Elliott Hughes2011-08-301-2/+2
* First pass of ImageWriterBrian Carlstrom2011-08-151-5/+4
* Remove author attributions.Carl Shapiro2011-08-141-1/+1
* Style cleanups for two recent changesBrian Carlstrom2011-07-231-3/+3
* Exception and suspend count polling on JNI bridge return.Ian Rogers2011-07-221-3/+3
* Support for synchronized native methods.Ian Rogers2011-07-211-0/+8
* x86 JNI compiler and unit tests.Ian Rogers2011-07-201-0/+40