Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc-inl.h86 PA_ALWAYS_INLINE uintptr_t ObjectInnerPtr2Addr(const void* ptr) { in ObjectInnerPtr2Addr() function
91 return ObjectInnerPtr2Addr(object); in ObjectPtr2Addr()
H A Dpartition_page.h598 return FromObjectInnerAddr(ObjectInnerPtr2Addr(ptr)); in FromObjectInnerPtr()