Home
last modified time | relevance | path

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

/art/runtime/
Dutils.h68 uintptr_t intp = reinterpret_cast<uintptr_t>(p); in PointerToLowMemUInt32() local
69 DCHECK_LE(intp, 0xFFFFFFFFU); in PointerToLowMemUInt32()
70 return intp & 0xFFFFFFFFU; in PointerToLowMemUInt32()