Home | History | Annotate | Download | only in heap

Lines Matching full:address

34   inline void Mark(Address addr);
38 inline void MarkSynchronized(Address addr);
54 inline void EnterDirectlyIntoStoreBuffer(Address addr);
63 static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address);
79 old_top_ = reinterpret_cast<Address*>(top);
105 Address* start_;
106 Address* limit_;
108 Address* old_start_;
109 Address* old_limit_;
110 Address* old_top_;
111 Address* old_reserved_limit_;
127 // If address is in the hash set then it is guaranteed to be in the
141 void ProcessOldToNewSlot(Address slot_address,
144 void FindPointersToNewSpaceInRegion(Address start, Address end,