Home
last modified time | relevance | path

Searched refs:read_stack_size (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dthread.cc501 size_t read_stack_size; in InitStackHwm() local
503 GetThreadStack(tlsPtr_.pthread_self, &read_stack_base, &read_stack_size, &read_guard_size); in InitStackHwm()
508 PrettySize(read_stack_size).c_str(), in InitStackHwm()
512 tlsPtr_.stack_size = read_stack_size; in InitStackHwm()
520 if (read_stack_size <= min_stack) { in InitStackHwm()
521 LOG(FATAL) << "Attempt to attach a thread with a too-small stack (" << read_stack_size in InitStackHwm()
546 size_t old_stack_size = read_stack_size; in InitStackHwm()