Home | History | Annotate | Download | only in src

Lines Matching refs:Address

22 typedef void (StoreBuffer::*RegionCallback)(Address start,
23 Address end,
35 inline Address TopAddress();
41 inline void Mark(Address addr);
57 inline void EnterDirectlyIntoStoreBuffer(Address addr);
70 static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address);
86 old_top_ = reinterpret_cast<Address*>(top);
104 bool CellIsInStoreBuffer(Address cell);
115 Address* start_;
116 Address* limit_;
118 Address* old_start_;
119 Address* old_limit_;
120 Address* old_top_;
121 Address* old_reserved_limit_;
137 // If address is in the hash set then it is guaranteed to be in the
154 void FindPointersToNewSpaceInRegion(Address start,
155 Address end,
171 Address start,
172 Address end,
177 Address start,
178 Address end,