summaryrefslogtreecommitdiffstats
path: root/src/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* Added code to allow method tracing from command line.jeffhao2012-03-121-0/+6
* Refactor the compilers out of libart.Elliott Hughes2012-03-091-4/+19
* Sharpen virtual calls to final methods.Ian Rogers2012-03-051-1/+0
* Invoke static/direct dispatch change.Ian Rogers2012-02-271-0/+8
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-10/+11
* Reduce StringPiece usage a bit.Elliott Hughes2012-02-101-4/+1
* Remove old code to support multiple imagesBrian Carlstrom2012-02-041-1/+1
* Start parallelizing dex2oat.Elliott Hughes2012-02-031-0/+6
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Only allow one thread to abort at a time.Elliott Hughes2012-01-271-0/+2
* Remove various bits of lint.Elliott Hughes2012-01-241-1/+1
* Make pthread_mutex_t destruction safer during shutdown.Elliott Hughes2012-01-131-0/+2
* Changed tracer to use an instance to hold state instead of statics.jeffhao2011-12-191-0/+8
* Moving from libdvm to libart (1 of 5)Brian Carlstrom2011-12-141-1/+1
* Clean up verbose logging.Elliott Hughes2011-12-131-11/+0
* Detect over-long thread suspends and time out fatally.Elliott Hughes2011-12-071-0/+1
* Add --image-classes to dex2oatBrian Carlstrom2011-11-291-3/+3
* Remove the use of Method from jni_compilerIan Rogers2011-11-141-3/+3
* Added support for -XX:HeapGrowthLimit switchjeffhao2011-10-281-0/+1
* Wire up enough of the pieces that we can connect ddms or jdb.Elliott Hughes2011-10-241-1/+2
* Implement -Xstacktracefile.Elliott Hughes2011-10-181-0/+2
* Implement -Xjnigreflimit.Elliott Hughes2011-10-181-1/+2
* Implement lock contention event logging.Elliott Hughes2011-10-171-0/+2
* Move art content to /dataBrian Carlstrom2011-10-121-2/+2
* Add a C++ equivalent of Android's TimingLogger, and use it for the heap.Elliott Hughes2011-10-121-1/+1
* Implement Zygote_nativeForkSystemServerBrian Carlstrom2011-10-111-0/+7
* Sweep the monitor list.Elliott Hughes2011-10-111-0/+7
* Add -Xzygote to suppress starting the signal catcher thread.Elliott Hughes2011-10-111-0/+2
* Working ClassLoaderBrian Carlstrom2011-10-101-0/+4
* Spill possibly reference holding registers for runtime calls.Ian Rogers2011-10-071-7/+16
* Support for resolving unknown direct/static methods.Ian Rogers2011-10-061-4/+11
* Static and direct resolution stub.Ian Rogers2011-10-051-0/+6
* Make class roots an image rootBrian Carlstrom2011-10-041-1/+1
* Simplify command line argumentsBrian Carlstrom2011-10-041-13/+22
* Separate oat from imageBrian Carlstrom2011-10-031-26/+18
* Add -verbose:startupBrian Carlstrom2011-09-271-0/+6
* Implement java.lang.reflect.Constructor.constructNative.Elliott Hughes2011-09-251-1/+0
* Class cast, fill array and interface exception support.Ian Rogers2011-09-221-0/+19
* Implement as much of VMDebug as we can reasonably do right now.Elliott Hughes2011-09-191-0/+16
* Thread.join, GC daemons, suspend daemons on shutdown, and wait for non-daemon...Elliott Hughes2011-09-181-1/+1
* Filling in some Class, Method, and Field native code needed during startup an...Brian Carlstrom2011-09-161-0/+1
* Add packing to class Thread.Elliott Hughes2011-09-161-0/+1
* Add oat file generation and tests to buildBrian Carlstrom2011-09-151-0/+19
* Implement VMRuntime.Elliott Hughes2011-09-141-2/+24
* More threads work.Elliott Hughes2011-09-111-1/+1
* Add a heap HWM to the Thread*, for compiled code.Elliott Hughes2011-09-081-3/+3
* A bit further along the track of multiple threads.Elliott Hughes2011-09-081-1/+1
* A little bit more of the threads implementation.Elliott Hughes2011-09-071-2/+5
* Working dex2oat and oatexecBrian Carlstrom2011-09-061-2/+7
* More SIGQUIT handling, various Thread fixes.Elliott Hughes2011-09-021-2/+6