Home
last modified time | relevance | path

Searched defs:RawPtrBackupRefImpl (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
Draw_ptr_backup_ref_impl.h68 struct RawPtrBackupRefImpl { struct
74 static constexpr bool kMustZeroOnConstruct = true;
75 static constexpr bool kMustZeroOnMove = true;
76 static constexpr bool kMustZeroOnDestruct = true;
79 PA_ALWAYS_INLINE static bool UseBrp(uintptr_t address) { in UseBrp()
96 PA_ALWAYS_INLINE static bool IsSupportedAndNotNull(uintptr_t address) { in IsSupportedAndNotNull()
153 static constexpr uintptr_t OOB_POISON_BIT = static_cast<uintptr_t>(1) << 63;
156 static constexpr uintptr_t OOB_POISON_BIT = static_cast<uintptr_t>(1) << 55;
160 PA_ALWAYS_INLINE static T* UnpoisonPtr(T* ptr) { in UnpoisonPtr()
166 PA_ALWAYS_INLINE static bool IsPtrOOB(T* ptr) { in IsPtrOOB()
[all …]
Draw_ptr_backup_ref_impl.cc106 template struct RawPtrBackupRefImpl</*AllowDangling=*/false, variable
108 template struct RawPtrBackupRefImpl</*AllowDangling=*/false, variable
110 template struct RawPtrBackupRefImpl</*AllowDangling=*/true, variable
112 template struct RawPtrBackupRefImpl</*AllowDangling=*/true, variable