summaryrefslogtreecommitdiffstats
path: root/src/utils.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Support for single-stepping by line.Elliott Hughes2012-02-171-8/+12
* Fix a bug in Dbg::GetClassDescriptor.Elliott Hughes2012-02-161-4/+4
* More debugger support.Elliott Hughes2012-02-141-3/+8
* Reduce StringPiece usage a bit.Elliott Hughes2012-02-101-4/+10
* Split should have a matching Join, if only for convenient debugging output.Elliott Hughes2012-02-071-4/+23
* Turn on some basic tsan annotations.Elliott Hughes2012-02-071-0/+3
* Honor ANDROID_ROOT and ANDROID_DATABrian Carlstrom2012-02-041-8/+29
* Fix copyright headers.Elliott Hughes2012-01-301-2/+15
* More complete JNI name mangling.Elliott Hughes2012-01-301-19/+12
* Space trim and other unit tests. General space clean up.Ian Rogers2012-01-291-4/+59
* Collect and output a few dex2oat statistics.Elliott Hughes2012-01-251-0/+4
* Added pass to verify structure of dex file.jeffhao2012-01-251-6/+33
* Remove more lint.Elliott Hughes2012-01-241-1/+0
* Reduce namespace pollution.Elliott Hughes2012-01-231-16/+11
* Mac build fixes.Elliott Hughes2012-01-201-1/+28
* Expand art::GetTid() to cover Mac OS.Elliott Hughes2012-01-171-11/+18
* Avoid copying and strlen(3) in the FindClass path.Elliott Hughes2011-12-161-2/+2
* Updates to tracer to log events.jeffhao2011-12-151-0/+12
* Knock 0.5s off the Calculator startup time.Elliott Hughes2011-12-131-2/+1
* Don't default-construct std::strings and then assign them.Elliott Hughes2011-12-131-3/+3
* Reduce meta-data object sizes, introduce meta-data helper classes.Ian Rogers2011-12-061-16/+27
* Remove some lint.Elliott Hughes2011-12-011-2/+2
* Refactor the use of Method by the compiler.Ian Rogers2011-11-131-0/+13
* Fix the unintelligible IsValidClassName API by breaking it into three.Elliott Hughes2011-10-281-11/+18
* Implement DDMS heap info ("HPIF") chunks.Elliott Hughes2011-10-271-0/+6
* Makes objects known to the debugger GC roots, implements the THST message, an...Elliott Hughes2011-10-261-0/+16
* Make ResolveField not rely on Field::GetType resolutionBrian Carlstrom2011-10-251-1/+7
* Verifier clean up.Ian Rogers2011-10-241-0/+15
* dex2oat invoked by system if it can't find an oat file for a dex file.jeffhao2011-10-241-1/+17
* Bring our native stack usage down.Elliott Hughes2011-10-161-3/+3
* Add oatopt drop in replacement for dexoptBrian Carlstrom2011-10-141-0/+8
* Add support for oat files in /data/art-cacheBrian Carlstrom2011-10-131-0/+32
* Basic GC logging (and class initialization timing).Elliott Hughes2011-10-111-0/+6
* Working ClassLoaderBrian Carlstrom2011-10-101-0/+8
* Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK).Elliott Hughes2011-10-071-2/+2
* Implement artThrowVerificationErrorFromCode.Elliott Hughes2011-10-031-1/+3
* Separate oat from imageBrian Carlstrom2011-10-031-0/+3
* Adding JNI code for dalvik.system.DexFile and java.lang.ClassBrian Carlstrom2011-09-221-0/+9
* Implement VMClassLoader's native methods.Elliott Hughes2011-09-201-0/+186
* Various bits of cleanup.Elliott Hughes2011-09-161-3/+19
* More threads work.Elliott Hughes2011-09-111-9/+0
* Add locking to the heap.Elliott Hughes2011-09-081-0/+10
* A little bit more of the threads implementation.Elliott Hughes2011-09-071-0/+38
* Log line-at-a-time to work around Android logging lossage.Elliott Hughes2011-09-061-1/+18
* More SIGQUIT handling, various Thread fixes.Elliott Hughes2011-09-021-8/+10
* Switch to UniquePtr.Elliott Hughes2011-08-301-2/+3
* Remove uses of scoped_ptr_malloc.Elliott Hughes2011-08-301-0/+16
* Add -Xcheck:jni.Elliott Hughes2011-08-291-0/+10
* Add the signal catcher (for SIGQUIT and SIGUSR1).Elliott Hughes2011-08-261-0/+9
* Add the runtime lookup of native method implementations.Elliott Hughes2011-08-251-0/+65