summaryrefslogtreecommitdiffstats
path: root/vm/oo/Object.h
Commit message (Expand)AuthorAgeFilesLines
* Ignore invalid access flags.Elliott Hughes2013-09-161-4/+0
* Implement the dalvik side of libcore.reflect.Elliott Hughes2013-07-251-0/+4
* Revert "Ensure we fence the writing of clazz to an Object post allocation."Brian Carlstrom2012-08-221-1/+1
* Ensure we fence the writing of clazz to an Object post allocation.Ian Rogers2012-08-211-1/+1
* Support building Dalvik with AddressSanitizer.Evgeniy Stepanov2012-04-111-1/+1
* Fix native method logging to show local references rather than direct pointers.Elliott Hughes2011-06-301-3/+19
* Fix native methods that weren't registered via RegisterNatives.Elliott Hughes2011-06-231-2/+6
* Make some of the StringObject functions member functions.Elliott Hughes2011-06-171-0/+15
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Allow native methods to declare they don't need a JNIEnv*.Elliott Hughes2011-06-141-0/+3
* Fixes to allow the debug VM configuration to build.Carl Shapiro2011-05-101-1/+1
* Establish a subclass relationships among the field types.Carl Shapiro2011-05-061-6/+3
* Establish a subclass relationship between ClassObject and Object.Carl Shapiro2011-05-061-3/+1
* Make interned strings non-movable.Carl Shapiro2011-05-051-3/+1
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-4/+2
* Establish a subclass relationship between DataObject and Object.Carl Shapiro2011-05-021-3/+1
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-32/+12
* Eliminate the PROFILE_FIELD_ACCESS feature.Carl Shapiro2011-04-271-4/+0
* Remove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE.Carl Shapiro2011-04-201-6/+2
* Add a class flag CLASS_ISCLASS.Dan Bornstein2011-04-131-11/+30
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-2/+9
* Move finalization out of the VM.Carl Shapiro2011-03-211-2/+4
* Clean up how primitive types are handled.Dan Bornstein2011-03-111-25/+0
* Optimize Class.getMethod() by loading only one method.Jesse Wilson2011-02-231-0/+3
* Fix JNI GetMethodID on interfacesAndy McFadden2011-01-071-0/+8
* Always support debugging and profiling.Andy McFadden2010-08-181-2/+1
* Move WriteBarrier operations into their own header file. Split Object.hBarry Hayes2010-06-251-213/+0
* Put wrappers on all stores of Object pointers into heap Objects.Barry Hayes2010-06-211-3/+32
* Add opcodes for volatile field accessesAndy McFadden2010-06-181-2/+40
* Atomic op cleanup.Andy McFadden2010-06-161-4/+4
* Remove trailing whitespace.Carl Shapiro2010-06-081-2/+2
* Send unlinkedClass back to hell, as requested.Barry Hayes2010-06-071-3/+2
* Make wide-volatile loads and stores atomic.Andy McFadden2010-03-151-0/+21
* Change Class layout to allocate an array of StaticField objectsBarry Hayes2010-03-091-43/+43
* Supersede the Lock union type with a word-sized integer in the objectCarl Shapiro2009-12-221-2/+5
* Remove arrayClass from ClassObject. It seems to get only dozens of hits inBarry Hayes2009-12-101-3/+0
* Change the way breakpoints work.Andy McFadden2009-11-161-3/+0
* If we have a Class object in the "monitors held:" output, show which class.Elliott Hughes2009-11-131-1/+1
* merge from open-source masterJean-Baptiste Queru2009-09-011-4/+15
|\
| * Add a bit-map encoding of Object-reference field offsets to ClassObject.Barry Hayes2009-08-261-4/+15
* | merge from open-source masterJean-Baptiste Queru2009-08-101-0/+31
|\|
| * Add a bit-map encoding of Object-reference field offsets to ClassObject.Barry Hayes2009-06-261-0/+30
| * Improve zygote heap sharing.Barry Hayes2009-04-171-2/+17
* | Make verifier field/method resolution conformant.Andy McFadden2009-07-151-0/+4
* | Defer reporting of certain verifier failures.Andy McFadden2009-05-181-23/+46
* | Improve zygote heap sharing.Barry Hayes2009-04-291-2/+17
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+840
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-840/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+9
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-4/+3