Searched refs:word_ptr (Results 1 – 1 of 1) sorted by relevance
64 static uintptr_t ReadWordAtAddressUnsafe(uintptr_t word_ptr) in ReadWordAtAddressUnsafe() argument66 return *reinterpret_cast<uintptr_t*>(word_ptr); in ReadWordAtAddressUnsafe()69 bool HeapWalker::WordContainsAllocationPtr(uintptr_t word_ptr, Range* range, AllocationInfo** info)… in WordContainsAllocationPtr() argument70 walking_ptr_ = word_ptr; in WordContainsAllocationPtr()74 uintptr_t value = ReadWordAtAddressUnsafe(word_ptr); in WordContainsAllocationPtr()