Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc729 uint8_t* pregion = tlsPtr_.stack_begin - kStackOverflowProtectedSize; in InstallImplicitProtection() local
735 static_cast<void*>(pregion) << " to " << in InstallImplicitProtection()
736 static_cast<void*>(pregion + kStackOverflowProtectedSize - 1); in InstallImplicitProtection()
740 uint32_t unwanted_size = stack_top - pregion - kPageSize; in InstallImplicitProtection()
741 madvise(pregion, unwanted_size, MADV_DONTNEED); in InstallImplicitProtection()
769 static_cast<void*>(pregion); in InstallImplicitProtection()
801 RecurseDownStack::Touch(reinterpret_cast<uintptr_t>(pregion)); in InstallImplicitProtection()
804 static_cast<void*>(pregion) << " to " << in InstallImplicitProtection()
805 static_cast<void*>(pregion + kStackOverflowProtectedSize - 1); in InstallImplicitProtection()
812 uint32_t unwanted_size = stack_top - pregion - kPageSize; in InstallImplicitProtection()
[all …]