Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc522 uint8_t* stack_top = FindStackTop(); in InstallImplicitProtection() local
531 uint32_t unwanted_size = stack_top - pregion - kPageSize; in InstallImplicitProtection()
566 for (uint8_t* p = stack_top; p >= pregion; p -= kPageSize) { in InstallImplicitProtection()
579 uint32_t unwanted_size = stack_top - pregion - kPageSize; in InstallImplicitProtection()