OSDN Git Service

Move WriteBarrier operations into their own header file. Split Object.h
authorBarry Hayes <bhayes@google.com>
Fri, 25 Jun 2010 20:36:37 +0000 (13:36 -0700)
committerBarry Hayes <bhayes@google.com>
Fri, 25 Jun 2010 20:36:37 +0000 (13:36 -0700)
commit7ef0755c91caeea2cc89d886e566e71dc626abed
treee99cdaf86d56fdaf4bbeb4a89a5644238508648e
parentc6b25c79a4ec5cc83e2bc14af24e8eabad931743
Move WriteBarrier operations into their own header file. Split Object.h

The write barrier routines will soon be INLINE and non-null.  Buried
in the middle of Object.h, which is early in Dalvik.h, it would be
hard for them to make use of definitions in other .h files.

Change-Id: I3c0eb59cb6ef29c2bacd0432cf59aaca4c3d031c
vm/Dalvik.h
vm/alloc/WriteBarrier.h [new file with mode: 0644]
vm/oo/Object.h
vm/oo/ObjectInlines.h [new file with mode: 0644]