Searched defs:stack_top (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 25 milliseconds