summaryrefslogtreecommitdiffstats
path: root/runtime/runtime-inl.h
Commit message (Collapse)AuthorAgeFilesLines
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-8/+5
| | | | | | | | | | | | | Introduce a value-type wrapper around Object* for GC roots so that 1) we won't have to directly add the read barrier code in many places and 2) we can avoid accidentally bypassing/missing read barriers on GC roots (the GcRoot interface ensures that the read barrier is executed on a read). The jdwp test passed. Bug: 12687968 Change-Id: Ib167c7c325b3c7e3900133578815f04d219972a1
* Break apart header files.Ian Rogers2014-07-151-0/+32
| | | | | | | | Create libart-gtest for common runtime and compiler gtest routines. Rename CompilerCallbacksImpl that is quick compiler specific. Rename trace clock source constants to not use the overloaded profiler term. Change-Id: I4aac4bdc7e7850c68335f81e59a390133b54e933
* Add read barriers for the roots in Runtime.Hiroshi Yamauchi2014-07-141-4/+4
| | | | | Bug: 12687968 Change-Id: If26518a8251702cfe4d5cd7d1f50e80e342704cf
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-0/+42
Rename OatMethodHeader to OatQuickMethodHeader, move frame info from OatMethodOffsets to OatQuickMethodHeader. Retrieve the info from other places for non-quick methods (portable compiled bytecode or jni stub, generic jni, runtime, abstract and proxy). This change has a libcore/ companion CL "Remove ArtMethod's quick fields for frame size and spills." https://android-review.googlesource.com/94164 Bug: 11767815 Change-Id: I0e31a7875d76732e1ec479c86b9b5ca01203507f