Home | History | Annotate | Download | only in runtime

Lines Matching defs:stack_top

522   uint8_t* stack_top = reinterpret_cast<uint8_t*>(reinterpret_cast<uintptr_t>(&stack_himem) &
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;