Searched refs:word_ptr (Results 1 – 2 of 2) sorted by relevance
78 static uintptr_t ReadWordAtAddressUnsafe(uintptr_t word_ptr) in ReadWordAtAddressUnsafe() argument83 return *reinterpret_cast<uintptr_t*>(word_ptr); in ReadWordAtAddressUnsafe()86 bool HeapWalker::WordContainsAllocationPtr(uintptr_t word_ptr, Range* range, AllocationInfo** info)… in WordContainsAllocationPtr() argument87 walking_ptr_ = word_ptr; in WordContainsAllocationPtr()91 uintptr_t value = ReadWordAtAddressUnsafe(word_ptr); in WordContainsAllocationPtr()
343 const uintptr_t* word_ptr = reinterpret_cast<uintptr_t*>(ptr); in FreePages() local345 CHECK_EQ(word_ptr[i], 0U) << "words don't match at index " << i; in FreePages()954 const uintptr_t* word_ptr = reinterpret_cast<uintptr_t*>(this); in ZeroHeaderAndSlotHeaders() local956 CHECK_EQ(word_ptr[i], 0U) << "words don't match at index " << i; in ZeroHeaderAndSlotHeaders()