Home | History | Annotate | Download | only in runtime

Lines Matching refs:stack_end

1119     tlsPtr_.stack_end += read_guard_size + kStackOverflowProtectedSize;
1126 CHECK_GT(FindStackTop(), reinterpret_cast<void*>(tlsPtr_.stack_end));
1716 << reinterpret_cast<void*>(thread->tlsPtr_.stack_end) << " stackSize="
2874 DO_THREAD_OFFSET(StackEndOffset<ptr_size>(), "stack_end")
3530 if (tlsPtr_.stack_end == tlsPtr_.stack_begin) {
3538 tlsPtr_.stack_end = tlsPtr_.stack_begin;