Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc745 uint8_t* pregion = tlsPtr_.stack_begin - GetStackOverflowProtectedSize(); in InstallImplicitProtection() local
751 static_cast<void*>(pregion) << " to " << in InstallImplicitProtection()
752 static_cast<void*>(pregion + GetStackOverflowProtectedSize() - 1); in InstallImplicitProtection()
757 reinterpret_cast<uintptr_t>(stack_top) - reinterpret_cast<uintptr_t>(pregion) - gPageSize; in InstallImplicitProtection()
758 madvise(pregion, unwanted_size, MADV_DONTNEED); in InstallImplicitProtection()
786 static_cast<void*>(pregion); in InstallImplicitProtection()
819 RecurseDownStack::Touch(reinterpret_cast<uintptr_t>(pregion)); in InstallImplicitProtection()
822 static_cast<void*>(pregion) << " to " << in InstallImplicitProtection()
823 static_cast<void*>(pregion + GetStackOverflowProtectedSize() - 1); in InstallImplicitProtection()
831 reinterpret_cast<uintptr_t>(stack_top) - reinterpret_cast<uintptr_t>(pregion) - gPageSize; in InstallImplicitProtection()
[all …]