Home | History | Annotate | Download | only in imgdiag

Lines Matching full:object_address

527       uintptr_t object_address;
529 object_address = reinterpret_cast<uintptr_t>(current);
530 current_page_idx = object_address / kPageSize + page_off;
539 RoundUp(object_address + obj->SizeOf(), kObjectAlignment));