Searched refs:stack_top (Results 1 – 1 of 1) sorted by relevance
35 uintptr_t stack_top = reinterpret_cast<uintptr_t>(stack->data()) + stack->size() - 1; in GetStackTop() local37 return reinterpret_cast<void*>(stack_top - (stack_top % 64)); in GetStackTop()