Home
last modified time | relevance | path

Searched refs:IsSupportedAndNotNull (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/allocator/partition_allocator/pointers/
Draw_ptr_backup_ref_impl.h52 PA_ALWAYS_INLINE static bool IsSupportedAndNotNull(uintptr_t address) { in IsSupportedAndNotNull() function
148 if (IsSupportedAndNotNull(address)) { in WrapRawPtr()
182 if (IsSupportedAndNotNull(address)) { in ReleaseWrappedPtr()
210 if (IsSupportedAndNotNull(address)) { in SafelyUnwrapPtrForDereference()
233 if (!IsSupportedAndNotNull(partition_alloc::UntagPtr(unpoisoned_ptr))) { in SafelyUnwrapPtrForExtraction()
318 if (IsSupportedAndNotNull(before_addr)) { in VerifyAndPoisonPointerAfterAdvanceOrRetreat()
331 PA_BASE_CHECK(!IsSupportedAndNotNull(after_addr)); in VerifyAndPoisonPointerAfterAdvanceOrRetreat()
383 if (IsSupportedAndNotNull(address1)) { in GetDeltaElems()
384 PA_BASE_CHECK(IsSupportedAndNotNull(address2)); in GetDeltaElems()
389 PA_BASE_CHECK(!IsSupportedAndNotNull(address2)); in GetDeltaElems()
Draw_ptr_backup_ref_impl.cc58 if (IsSupportedAndNotNull(address)) { in ReportIfDanglingInternal()