summaryrefslogtreecommitdiffstats
path: root/src/stub_arm.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Remove the rest of the unordered_ stuff.Elliott Hughes2012-01-181-1/+1
* Remove the use of Method from jni_compilerIan Rogers2011-11-141-2/+1
* Fix calling conventions for UnresolvedDirectMethodTrampolineFromCodeBrian Carlstrom2011-10-201-7/+18
* Reuse SIRT for C++ referencesBrian Carlstrom2011-10-201-9/+10
* Fix cpplint's whitespace warnings.Elliott Hughes2011-10-171-3/+3
* Various assembly fixes.Ian Rogers2011-10-091-4/+4
* Spill possibly reference holding registers for runtime calls.Ian Rogers2011-10-071-36/+16
* Support for resolving unknown direct/static methods.Ian Rogers2011-10-061-2/+2
* Static and direct resolution stub.Ian Rogers2011-10-051-0/+40
* Separate oat from imageBrian Carlstrom2011-10-031-0/+1
* Floating point callee save support in exception delivery.Ian Rogers2011-09-251-0/+1
* Class cast, fill array and interface exception support.Ian Rogers2011-09-221-4/+8
* Support for exception throwing.Ian Rogers2011-09-151-3/+3
* Add oat file generation and tests to buildBrian Carlstrom2011-09-151-1/+1
* Generating stub code that throws AbstractMethodError exception when hit.Shih-wei Liao2011-09-131-0/+28
* Generating stub code for registering a jni function at runtime.Shih-wei Liao2011-09-121-0/+56