Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc257 byte* stack_top = reinterpret_cast<byte*>(reinterpret_cast<uintptr_t>(&stack_himem) & in InstallImplicitProtection() local
271 for (byte* p = stack_top; p >= pregion; p -= kPageSize) { in InstallImplicitProtection()
284 uint32_t unwanted_size = stack_top - pregion - kPageSize; in InstallImplicitProtection()