Searched defs:stack_top (Results 1 - 1 of 1) sorted by relevance

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

Completed in 29 milliseconds