Searched refs:hdesc2 (Results 1 – 1 of 1) sorted by relevance
393 HeapAddressDescription hdesc1, hdesc2; in IsInvalidPointerPair() local396 return !GetHeapAddressInformation(right, 0, &hdesc2) || in IsInvalidPointerPair()397 hdesc2.chunk_access.access_type != kAccessTypeInside || in IsInvalidPointerPair()398 hdesc1.chunk_access.chunk_begin != hdesc2.chunk_access.chunk_begin; in IsInvalidPointerPair()407 GetHeapAddressInformation(right, 0, &hdesc2) || in IsInvalidPointerPair()