summaryrefslogtreecommitdiffstats
path: root/test/ReferenceMap
Commit message (Expand)AuthorAgeFilesLines
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-5/+4
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Switch GCC -O flags, O3 non-debug, 01 debug.Ian Rogers2013-08-151-0/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-3/+3
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-091-17/+17
* resolved conflicts for merge of 7934ac28 to dalvik-devBrian Carlstrom2013-07-261-23/+23
|\
| * Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-22/+22
* | Revert "Revert "Remove non-live vregs from GC map on return.""Ian Rogers2013-07-251-2/+4
|/
* Fix cpplint whitespace/indent issuesBrian Carlstrom2013-07-181-2/+2
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-2/+2
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+1
* Various performance improvements.Ian Rogers2013-03-181-0/+2
* Fix ReferenceMap oat test.Ian Rogers2013-02-081-4/+0
* Directory restructuring of object.hIan Rogers2013-01-301-2/+4
* Refactor StackVisitor to take a Thread*.Ian Rogers2013-01-231-6/+4
* Support for deoptimization needed for debugging.Ian Rogers2013-01-021-1/+1
* Add "kind" argument to Get/SetVReg.Ian Rogers2012-11-161-5/+0
* Pulled out instrumentation into its own class separate from trace.jeffhao2012-11-141-3/+3
* Split dex_pc<->native_pc mapping tableBill Buzbee2012-09-281-18/+18
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-1/+1
* NativePcOffsetToReferenceMapIan Rogers2012-09-201-24/+20
* Rename PcToReferenceMap adding Dex.Ian Rogers2012-09-181-1/+1
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-2/+2
* Global lock levels.Ian Rogers2012-08-141-4/+7
* Include held locks in SIGQUIT thread dumps.Elliott Hughes2012-06-271-1/+1
* Remove Frame, merge shadow and quick representations.Ian Rogers2012-06-211-11/+10
* Separate out more of LLVM build. Move verifier.Ian Rogers2012-04-141-2/+3
* Remove the useless "suspend count already zero" message for new threads.Elliott Hughes2012-04-091-1/+1
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-261-1/+1
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-161-2/+1
* Give WalkStack's callback a way to terminate early.Elliott Hughes2012-03-121-4/+6
* Fix copyright headers.Elliott Hughes2012-01-302-2/+30
* Add GC map to oat fileBrian Carlstrom2012-01-171-1/+1
* Reduce meta-data object sizes, introduce meta-data helper classes.Ian Rogers2011-12-061-4/+6
* Testing with the new verifier, fix comments as going through code.Shih-wei Liao2011-10-281-20/+149
* Fix the ReferenceMap test.Shih-wei Liao2011-10-271-108/+83
* Verifier clean up.Ian Rogers2011-10-241-58/+56
* Reuse SIRT for C++ referencesBrian Carlstrom2011-10-201-1/+1
* Move test codes out of src/. They belong to the test/ directory.Shih-wei Liao2011-10-171-0/+172
* Add a unit test for ReferenceMap that involves try-catch-finally.Shih-wei Liao2011-10-151-0/+33