Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc357 uint8_t* stack_top = reinterpret_cast<uint8_t*>(reinterpret_cast<uintptr_t>(&stack_himem) & in InstallImplicitProtection() local
371 for (uint8_t* p = stack_top; p >= pregion; p -= kPageSize) { in InstallImplicitProtection()
384 uint32_t unwanted_size = stack_top - pregion - kPageSize; in InstallImplicitProtection()