Home | History | Annotate | Download | only in src

Lines Matching full:address

45     Address start, Address end, ObjectSlotCallback slot_callback);
55 inline Address TopAddress();
61 inline void Mark(Address addr);
77 inline void EnterDirectlyIntoStoreBuffer(Address addr);
86 static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address);
102 old_top_ = reinterpret_cast<Address*>(top);
120 bool CellIsInStoreBuffer(Address cell);
131 Address* start_;
132 Address* limit_;
134 Address* old_start_;
135 Address* old_limit_;
136 Address* old_top_;
137 Address* old_reserved_limit_;
153 // If address is in the hash set then it is guaranteed to be in the
165 void FindPointersToNewSpaceInRegion(Address start,
166 Address end,
181 Address start,
182 Address end,
186 Address start,
187 Address end,