Home | History | Annotate | Download | only in src

Lines Matching refs:ptr_end

9198     Address ptr_end = (reinterpret_cast<Address>(object) - kHeapObjectTag) +
9206 if ((ptr_end + AllocationMemento::kSize) <= top) {
9209 reinterpret_cast<Map**>(ptr_end);
9213 reinterpret_cast<Object*>(ptr_end + kHeapObjectTag));