summaryrefslogtreecommitdiffstats
path: root/src/class_linker_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-161-4/+4
* Refactor the compilers out of libart.Elliott Hughes2012-03-091-1/+1
* Remove pad word from arraysIan Rogers2012-02-281-8/+33
* Invoke static/direct dispatch change.Ian Rogers2012-02-271-4/+10
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-1/+1
* Remove dexCacheResolvedMethods, address Proxy issueIan Rogers2012-02-141-4/+0
* Revert "Remove dexCacheResolvedMethods from Method/Constructor"Ian Rogers2012-02-141-0/+4
* Remove dexCacheResolvedMethods from Method/ConstructorIan Rogers2012-02-131-4/+0
* Runtime access checks on virtual method callsIan Rogers2012-02-131-3/+3
* Remove Method's dex_cache_resolved_fields_Ian Rogers2012-02-061-4/+0
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Class clean-up and compute name during image writing.Ian Rogers2012-01-301-21/+21
* Fix test 046.Elliott Hughes2012-01-261-3/+3
* Add GC map to oat fileBrian Carlstrom2012-01-171-1/+1
* Changes to compile with gcc 4.6Brian Carlstrom2012-01-091-1/+3
* Fix class_linker_test now FindClass uses const char*.Elliott Hughes2011-12-161-3/+3
* Avoid copying and strlen(3) in the FindClass path.Elliott Hughes2011-12-161-5/+5
* Fix for test 044-proxyIan Rogers2011-12-151-11/+0
* Knock 0.5s off the Calculator startup time.Elliott Hughes2011-12-131-11/+11
* Reduce meta-data object sizes, introduce meta-data helper classes.Ian Rogers2011-12-061-110/+124
* Make methods and fields accessible by default in art.Jesse Wilson2011-11-241-8/+0
* Refactor testing to use dex file find routines.Ian Rogers2011-11-141-2/+5
* Added caching of indexes for annotations.jeffhao2011-11-031-0/+2
* Make ResolveField not rely on Field::GetType resolutionBrian Carlstrom2011-10-251-19/+20
* Verifier clean up.Ian Rogers2011-10-241-3/+1
* Reuse SIRT for C++ referencesBrian Carlstrom2011-10-201-34/+35
* Fix cpplint's whitespace warnings.Elliott Hughes2011-10-171-17/+2
* Fix for test 069.Ian Rogers2011-10-171-3/+3
* Proxy implementationIan Rogers2011-10-141-3/+3
* Create proxy class, constructor, and methods.Jesse Wilson2011-10-131-0/+21
* Track new proxy cache field in ClassLoader.Jesse Wilson2011-10-111-0/+1
* Working ClassLoaderBrian Carlstrom2011-10-101-12/+12
* Move from code field routines to runtime support.Ian Rogers2011-10-071-2/+1
* Move rest of code related blobs from Method to oatBrian Carlstrom2011-10-071-58/+33
* Spill possibly reference holding registers for runtime calls.Ian Rogers2011-10-071-3/+5
* Teach ClassLinkerTest about Reference.referentBrian Carlstrom2011-10-051-1/+5
* Add Class::IsFinalizable and Object::AddFinalizerReference.Elliott Hughes2011-10-041-0/+33
* Fixed test for static final fields that don't use <clinit>.jeffhao2011-09-291-26/+26
* Revert "Reverts to track dalvik and libcore"Jesse Wilson2011-09-291-1/+0
* Implement Class.getDeclared(Constructors|Fields|Methods).Elliott Hughes2011-09-231-34/+27
* Add tables to map between callee saves and vregsbuzbee2011-09-231-0/+1
* Reverts to track dalvik and libcoreBrian Carlstrom2011-09-231-0/+1
* Field reflection.Elliott Hughes2011-09-211-0/+22
* Tracking removal of Method.NO_ANNOTATIONS static field from libcoreBrian Carlstrom2011-09-211-1/+0
* Fix compiler class initialization to properly deal with super classesBrian Carlstrom2011-09-191-10/+18
* Change Class::component_type_ and implement reflect.ArrayBrian Carlstrom2011-09-181-116/+119
* Compile time class initialization for classes without <clinit>Brian Carlstrom2011-09-151-0/+4
* Added method fields for register map. Populated by verifier.jeffhao2011-09-151-0/+2
* Fix ClassLinker::LinkInterfaceMethods bugBrian Carlstrom2011-09-151-0/+23
* Finish moving state to managed heapBrian Carlstrom2011-09-111-15/+19