Home | History | Annotate | Download | only in heap

Lines Matching full:address2

2325   // Checks if address1 and address2 are on the same new space page.
2326 static inline bool OnSamePage(Address address1, Address address2) {
2328 NewSpacePage::FromAddress(address2);