Searched refs:AlignDown (Results 1 - 2 of 2) sorted by path

/art/runtime/gc/
H A Dheap.cc631 mprotect(AlignDown(obj, kPageSize), kPageSize, PROT_NONE);
/art/runtime/
H A Dutils.h203 static inline T* AlignDown(T* x, uintptr_t n) WARN_UNUSED;
206 static inline T* AlignDown(T* x, uintptr_t n) { function in namespace:art

Completed in 86 milliseconds